Cannot Install PyDev for Eclipse Indigo

I have a problem installing PyDev in Eclipse Indigo. I used Help -> Install New Software -> and the http://pydev.org/updates repository. I try it for 3 more days, but it still does not work. Firstly, I got the error: unabled to read the repository.

enter image description here

Today a repository was found, but during the installation of the package I received an error:

An error occurred while assembling the items that the session context will be set: (profile = epp.package.java, phase = org.eclipse.equinox.internal.p2.engine.phases.Collect, operand =, action =). Failed to read the repository http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev_2.2.2.2011082312.jar . Read Timeout Failed to read the repository at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev.debug_2.2.2.2011082312.jar . Read Timeout Failed to read the repository at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev.jython_2.2.2.2011082312.jar . Read Waiting Time

It seems that the repository is not working. Does anyone know what to do? Thanks!

+6
source share
3 answers

Just checked, and it looks like it works. As a note, there is a new version of PyDev (2.2.3).

If it still does not work for you, you can try the version of zip (see. Http://pydev.org/download.html for instructions on obtaining / installing it).

+1
source

I had this problem, but an eclipse update fixed it

0
source

Source: https://habr.com/ru/post/898604/


All Articles