'Error Setting Python Plugin on Eclipse: Using an Unsupported version (Python and JPython)

I was adding a Python plugin to Eclipse. I was able to successfully add PyDev. However, when I was adding manually the interpreter I got the following error:

-Using an unsupported version (Python and JPython require at least version 2.1 and IronPython 2.6).

-Specifying an invalid interpreter (usually a link to the actual interpreter on Mac or Linux)

The Python exe file I am using is python-3.5.1-amd64.exe. How can I fix this error?



Solution 1:[1]

Try using Jython 2.7.0 instead of Jython 2.7.1. I had

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Onur Ünal