PyCharm doesn't detect interpreter

后端 未结 7 1549
天涯浪人
天涯浪人 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 14:13

    I faced a Similar issue and was not able to find Python interpreter anywhere on the system.

    The problem with it was that python was installed directly with default settings and there was no exe found in

    C:\Python35\ 
    

    and to solve this i tried uninstalling and reinstalling with custom settings and selecting allow for all users as well which did the trick and path was set correctly to

    C:\Python35\python.exe.
    

    After whichPycharm was able to detect the interpreter on this path.

提交回复
热议问题