Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 664
petrnohejl Avatar asked Oct 04 '11 16:10

petrnohejl


People also ask

How do I open PyDev in Eclipse?

Your first Python program in EclipseSelect File New Project. Select Pydev → Pydev Project.

Does PyDev support python3?

Note: this will be the last debugger version supporting Python 2.7. Newer releases will target only Python 3.6 onwards.


1 Answers

use http://update-production-pydev.s3.amazonaws.com/pydev/updates/site.xml

like image 178
Shrikant Thakare Avatar answered Oct 02 '22 02:10

Shrikant Thakare