Why do I get an 'SDK seems invalid' error when setting up my Project Interpreter in PyCharm?

前端 未结 9 1770
生来不讨喜
生来不讨喜 2021-01-17 07:35

\"enter

I try to set up project interpteter Python 3.5 in Pycharm and get an SDK error

9条回答
  •  广开言路
    2021-01-17 08:03

    I just ran into the same problem with Python 3.6 (which I wanted to use) and Python 3.7 also installed in my computer. My solution was just to remove reference to Python 3.7 from System PATH.

    So my PATH is currently set:

    C:\Program Files\Python36\Scripts\
    C:\Program Files\Python36\
    

    That's all, hope it helps.

提交回复
热议问题