dhali
dhali

Reputation: 386

Can't install PyDev eclipse plugin

I am having the following errors when I try and install PyDev on eclipse indigo

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=).
Problems downloading artifact: osgi.bundle,com.python.pydev,3.4.1.201403181715.
Error reading signed     
content:C:\Users\Md\AppData\Local\Temp\signatureFile3601630487889967036.jar
An error occurred while processing the signatures for the file:     C:\Users\Md\AppData\Local\Temp\signatureFile3601630487889967036.jar
Problems downloading artifact: osgi.bundle,com.python.pydev.analysis,3.4.1.201403181715.

It goes on with similar error log for a fairly long list.

Any ideas?

Upvotes: 1

Views: 929

Answers (2)

Ripon Al Wasim
Ripon Al Wasim

Reputation: 37826

  1. Open Eclipse -> Go to Help -> Install New Software...
  2. Type the following URL on Work with text field: http://pydev.org/updates
  3. Check and click Next button
  4. Proceed next steps by the guidance of eclipse
  5. After successful installation: Go to Window | Preferences -- PyDev is enlisted at the left side

Upvotes: 0

Ammar
Ammar

Reputation: 1314

Make sure that the PyDev version is the same as your installed Python version. so if you have Python 2.7 installed, PyDev 3 will give you errors like that.

Upvotes: 2

Related Questions