Reputation: 177
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
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