1

I'm trying to run Python using Pydev and Eclipse (Eclipse Standard/Eclipse Luna).
However, when I try to run a file, I get:

This version of PyDev requires a newer version of Eclipse to run properly.
Please upgrade Eclipse or use an older version of PyDev.

(I got Pydev from http://pydev.org/updates)

I checked for Eclipse updates and I got "No updates were found", therefore:
how can I dowgrade PyDev to get a version which fits my Eclipse version?

5
  • What version of pydev are you using? Commented Dec 20, 2016 at 17:24
  • 1
    Eclipse Luna is definitely not the latest version of Eclipse. Go download a new Eclipse. Commented Dec 20, 2016 at 17:25
  • In other words "No updates were found for Luna". And Eclipse doesn't upgrade versions unless you actually add the update repositories (which sometimes breaks things, which is why that is not the default behavior) Commented Dec 20, 2016 at 17:29
  • I downloaded from Eclipse Neon Link, after that I chose, "Eclipse Standard" and the executable installed, by itself, "Eclipse Luna" . Should I select something different to "Eclipse Standard" ? Commented Dec 20, 2016 at 17:36
  • I would think the Neon installer installs Neon. I'm not sure, though, I just would use PyCharm Commented Dec 20, 2016 at 17:50

2 Answers 2

2

Requisites

PyDev requires java 8 and Eclipse 4.6 (Neon) in order to run.

http://www.pydev.org/manual_101_install.html

You can't use Luna.

Sign up to request clarification or add additional context in comments.

Comments

0

tanks for your answers, navigating through the details (not in the standard display of options), The Neon version is named "Eclipse Platform" that made all the pieces work

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.