PyCharm doesn't detect interpreter

后端 未结 7 1678
天涯浪人
天涯浪人 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:22

    PyCharm project interpreter problem Resolved
    I installed anaconda python distribution (Anaconda3-5.0.1-Windows-x86_64.exe) from the anaconda website. https://anaconda.org/anaconda/python
    What it actually did was it re-installed my Python3.6.3 (pertinent to mention I have windows10, with pyCharm community & python 3.5 already but with the interpreter problem and while installing anaconda I chose the following settings and disabled my antivirus before my anaconda installation):

    1. selecting allow for all users
    2. installation path was set correctly and (stored safely for future)
    3. restart my Computer after installation.(not essential-but I did)
    4. opened Anaconda & Jet brian pycharm
    5. selected new project in PyCharm screen shot of my New project default Python interpreter location = C:\Users\Skboy\PycharmProjects\dani Interpreter = C:\Users\Skboy\AppData\Local\Programs\Python\Python36-32\python.exe

    Wow! my pyCharm started working for me,

    Resolution : Python6.3 re-installation with proper custom setting

    make a python test test1.py program file to print "hello python test world"

    Run

    now my Python Interpreter(automatically -by default select) Python 3.6.3
    edit configuration & check for interpreter

    (C:\Users\user1\AppData\Local\Programs\Python\Python36-32\python.exe)

    Run
    success test Run
    worth to mention Anaconda Jupyter is a web based can also be used in case novice user are still having problems

提交回复
热议问题