Reputation: 386
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
Reputation: 37826
Upvotes: 0
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