TylerSingleton
TylerSingleton

Reputation: 177

PyCharm will not show my python interpreter even when I have PyCharm create a new enviroment

I'm at a loss of what to do here. I have created a virtual environment for my current project, but PyCharm for some reason will not add my python interpreter.

File -> Settings -> Project -> Python Interpreter -> 
Add -> Existing environment -> ...\venv\Scripts\python.exe 

I hit ok, and when I go to select my new interpreter from the drop down, it's missing. I've even tried creating a new environment with PyCharm, but still nothing will show. I've restarted my computer. Made sure everything was closed. Restart PyCharm. But I cannot seem to add a new interpreter. Even when I have PyCharm create the environment!

Upvotes: 1

Views: 654

Answers (1)

JB-007
JB-007

Reputation: 2441

Try to Reinstall PyCharm. That will usually (if not always) fix any issue that might crop up. You should be able to do this without loss of any project works etc.

Upvotes: 1

Related Questions