PyCharm doesn't detect interpreter

后端 未结 7 1677
天涯浪人
天涯浪人 2021-02-19 13:29

I\'m new to programming and just started a course on Python. I want to use PyCharm, so I downloaded and intalled it (v. 4.5, community edition). I had previously installed Pytho

7条回答
  •  甜味超标
    2021-02-19 13:58

    For me the following solution it worked:

    My configuration: Pycharm Community edition 2019.1.1 Anaconda distribution with python 3.7. Interpreter in standard location.

    Problem: Pycharm was not able to find python interpreter after reinstallation of anaconda distribution.

    Solution: - Make sure you run pycharm as admin (right click and run as admin). This was actually the critical step. - Create new project (or open an existing one) - Depending on the choice choose interpter or go to file > settings > project interpreter > choose small gear on rights side > add > on base interpreter choose the 3 dots > paste the location of the interpreter in the anaconda distribution.

    Hope it helped someone. For me the blocking point was that for some reason pycharm was not launching with admin rights.

    Blockquote

提交回复
热议问题