Reputation: 35
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?
Upvotes: 1
Views: 869
Reputation: 35
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
Upvotes: 0
Reputation: 191743
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.
Upvotes: 2