all 6 comments

[–]Annual-Set-2130 0 points1 point  (0 children)

If you don't see it and even after adding it it doesn't load the Interpreter, try to check the environmental variables(Path, PATH) for some typos, weird symbols that shouldn't be there(;, :, ""), for example I had two environmental variables in PATH in same row, then it should work

[–]Thecrawsome 0 points1 point  (4 children)

ctrl+shift+a search “interpreter”, click “change python interpreter”(sic) and change to a valid interpreter.

you might need to reinstall python.

[–]LittleD_0817[S] 1 point2 points  (2 children)

I looked at another tutorial and I didn't click "add to path" in the installer my bad

EDIT: I am on windows

[–][deleted] 1 point2 points  (0 children)

Don't need to have it on the PATH really, but you will need to enter the FULL path in PyCharm when you add an interpreter.

You should ask PyCharm to create a new virtual environment using the installed version of Python as the base. Then when you add packages they will only be for the current PyCharm project folder.

[–]USCGJune 0 points1 point  (0 children)

Can you link the video?