"Project Interpreter" Setting Lost/Not Set During PyCharm Upgrade/Install

Answered

Can anyone help me understand why the latest versions of PyCharm community edition are deleting my "Project Interpreter" settings? When I go to that setting... the field is blank, so I must manually select my installed version of Python (2.7.X) in order for any other libraries to be recognized within the tool.

This never used to happen with older PyCharm versions, only the most recent 2 or 3 releases. Previous versions automatically selected my installed Python version, so I never had to think about it.

Thanks,

Bryan

0
1 comment

It seems that, for some reasons, jdk.table.xml configuration file (that contains information about Python interpreters added in PyCharm) or/and your_project.iml file  (that contains info about your project interpreter) was corrupted. Unfortunately, after you selected an interpreter for your project, you updated these files and it's hard to define a reason of the problem. In case of future problems, please contact pycharm-support@jetbrains.com with your `~\.PyCharmXX\config\options\jdk.table.xml` and `your_project\.idea\your_project.iml` files. Thank you!

0

Please sign in to leave a comment.