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

前端 未结 9 1863
生来不讨喜
生来不讨喜 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:05

    I got the same problem on windows 10, and got the solution.

    PyCharm_Python_error.png

    Root cause: - Python cannot be launched due to no python27.dll.

    Solution: - Install python or put python27.dll in PATH

    Thanks.

提交回复
热议问题