Eclipse 和 Pydev Python
Eclipse and Pydev Python
我正在尝试 运行 Python 使用 Pydev 和 Eclipse (Eclipse Standard/Eclipse Luna)。
但是,当我尝试 运行 一个文件时,我得到:
This version of PyDev requires a newer version of Eclipse to run properly.
Please upgrade Eclipse or use an older version of PyDev.
(我从 http://pydev.org/updates 获得了 Pydev)
我检查了 Eclipse 更新并得到 "No updates were found",因此:
我如何降级 PyDev 以获得适合我的 Eclipse 版本的版本?
Requisites
PyDev requires java 8 and Eclipse 4.6 (Neon) in order to run.
http://www.pydev.org/manual_101_install.html
您不能使用 Luna。
感谢您的回答,浏览详细信息(不在选项的标准显示中),Neon 版本被命名为 "Eclipse Platform",使所有部分都正常工作
我正在尝试 运行 Python 使用 Pydev 和 Eclipse (Eclipse Standard/Eclipse Luna)。
但是,当我尝试 运行 一个文件时,我得到:
This version of PyDev requires a newer version of Eclipse to run properly.
Please upgrade Eclipse or use an older version of PyDev.
(我从 http://pydev.org/updates 获得了 Pydev)
我检查了 Eclipse 更新并得到 "No updates were found",因此:
我如何降级 PyDev 以获得适合我的 Eclipse 版本的版本?
Requisites
PyDev requires java 8 and Eclipse 4.6 (Neon) in order to run.
http://www.pydev.org/manual_101_install.html
您不能使用 Luna。
感谢您的回答,浏览详细信息(不在选项的标准显示中),Neon 版本被命名为 "Eclipse Platform",使所有部分都正常工作