Skip to content Skip to sidebar Skip to footer

Pycharm Project Interpreter

I am having trouble configuring a python interpreter for my project. It was working great a few days ago and all of the sudden I can't configure anything for any project. I'm doing

Solution 1:

Find out the directory used by PyCharm to store settings, caches, plugins and logs for your OS from here.

Then try to find a file named jdk.table.xml within the sub-directories & delete it.

For me, it was ~/.PyCharmCE2018.3/config/options/jdk.table.xml in Manjaro.

Solution 2:

This seems to be related to virtual environments having the same name

See https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000792670--solved-Project-Interpreter-Error-Please-Specify-a-different-SDK-Name

Post a Comment for "Pycharm Project Interpreter"