Mar-02-2022, 08:01 PM
(Mar-02-2022, 07:10 PM)snippsat Wrote:(Mar-02-2022, 03:18 PM)rudeoil18 Wrote: Also don't show up in your command line.You mostalias
to bothpython
andpip
to the new version .
Look at this link .
So when you dopip --version
orpip3 --version
it most point to Python 3.10.2.
Then willpip3 install pillow
install to Python 3.10.2 and when you choice Python 3.10.2 in PyCharm it will work.
Now it dopip3 install pillow
it will install to Python 3.9.10,then if choice this version it PyCharm it will work.
But to use your new version need to look atalias
or pyenv( that the first advice in link i posted)
My tutorial.
OK I think I understand the issue; Pillow is installed on Python 3.9.10 but I have 3.10.2 selected in PyCharm.
I tried to use your alias article to link to Python 3.10.2 but it doesn't work, when I type pip3 --version it is still linked to Python 3.9.10
How can I find the filepath for Python 3.9.10 so I can change to that interpreter in PyCharm?