我们拥有Eclipse IDE的最新版本,尤其是Java EE Developer软件包。我们还在以下位置安装了64位Python 3.7:
C:\Program Files\Python37
我可以安装PyDev并像这样继续
Windows--> Prefrences--> PyDev-->Interpeters-->Python Interpeters-->New
但是当我命名Interpeter并在C:\ Program Files \ Python37中选择我们的Python.exe文件时,出现以下错误-
See error log for details.
Can't find relative path:pysrc/interpreterInfo.py
within:org.python.pydev.core_6.5.0.201809011628 [1001]
Snip of the error code and resulting window for new
如果我尝试使用“高级自动配置”或“快速自动配置”按钮添加解释器,则这两个选项都会出现以下错误-
Errors getting info on discovered interpreter(s).
See error log for details.
java.lang.RuntimeException: Can't find relative
path:pysrc/interpreterInfo.py within:org.python.pydev.core_6.5.0.201809011628 [1001]
Snip of error code and resulting window for auto-configure
我尝试在多个位置重新安装Python,但没有任何运气。感谢您阅读任何想法,不胜感激。