petrnohejl
petrnohejl

Reputation: 7759

Can't install PyDev for Eclipse Indigo

I have problem with installation of PyDev in Eclipse Indigo. I used Help -> Install new software -> and http://pydev.org/updates repository. I try it for 3 days yet but it is still not work. First, I got error: unabled to read repository.

enter image description here

Today, repository was found but during installation of package I got error:

An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to read repository at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev_2.2.2.2011082312.jar. Read timed out Unable to read repository at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev.debug_2.2.2.2011082312.jar. Read timed out Unable to read repository at http://update-production-pydev.s3.amazonaws.com/pydev/updates/plugins/org.python.pydev.jython_2.2.2.2011082312.jar. Read timed out

It seems like the repository is out of order. Does somebody know, what to do? Thanks!

Upvotes: 6

Views: 17831

Answers (4)

alphojo
alphojo

Reputation: 630

Using this url https://dl.bintray.com/fabioz/pydev/6.3.2 worked for me.

Got this from http://www.pydev.org/updates/

Upvotes: 0

Anake
Anake

Reputation: 7649

I had this problem, but updating eclipse fixed it

Upvotes: 0

Fabio Zadrozny
Fabio Zadrozny

Reputation: 25332

Just checked and it seems to be working. As a note, a new PyDev release is available (2.2.3).

If it still doesn't work for you, you can try the zip release (see: http://pydev.org/download.html for instructions on getting/installing it).

Upvotes: 1

Related Questions