简体   繁体   中英

Eclipse, PyDev “interpreter does not exist in filesystem”

I recently wanted to start programming with python and therefore set up my eclipse with PyDev. Now, i followed the step-by-step Tutorial at

http://pydev.org/manual_101_interpreter.htm

l but when i create my first PyDev Project i get the error:

"The interpreter configured does not exist in the filesystem: python"

I am using Eclipse 4.3, Python 2.7 and I installed PyDev via the eclipse 'Install new software' option. I did not configure any Jython/IronPython interpreters and the following is how my python-interpreter preferences look like:

在此输入图像描述

Any help would be appreciated :)

这是一个引入的错误,作为PyDev解释器中最新更改的一部分(即使没有完整路径也应该工作 - 请在PyDev跟踪器上创建一个新问题: https//sw-brainwy.rhcloud.com/tracker/ PyDev /运行时得到的错误)。

I got the same issue after installing python. Here are my findings and solution for it:

Findings: This issue occurs when pydev was not able to locate python interpreter.

Solution: Configure the python path. Steps:

Launch Eclipse -> Click on Windows -> Preferences -> PyDev -> Interpreters -> Python Interpreter -> Then browse and change the python interpreter path. Check below screen for this.

NOTE: While installing python, we get a window where we get to see the path where python would be installed. So we can copy the same path here.

在此输入图像描述

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM