Using WinPython as Interpreter for PyCharm

蹲街弑〆低调 提交于 2019-12-01 20:21:40

问题


sorry for a simple question! I want to use WinPython (recently installed) as a interpreter for PyCharm Community Edition but am getting an error

"The selected file is not a valid home for Python SDK"

(see image)

Does anybody have any idea of what the issue may be? Do I have to do any other steps (with the path, etc.)?


回答1:


You need to select the folder where a python.exe (and possibly pythonw.exe) exists, which looks like maybe the python-3.4.4.amd64 folder

And, according to this answer

open PyCharm and add a new python interpreter giving the path of where you installed Winpython to (the python-... subirectory).



来源:https://stackoverflow.com/questions/38386252/using-winpython-as-interpreter-for-pycharm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!