Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems downloading artifact - error reading signed content

Tags:

pydev

I was just installing Ubuntu and added Eclipse (Indigo) to it. When I tried to add pydev to it I kept on getting this kind of error about halfway through the install. Strangely, when opening Eclipse (Indigo) on my other system on Windows 7 ( I already have PyDev installed here before, so this is supposed to get updates only), I am getting the same error. See below:

Problems downloading artifact: osgi.bundle,org.python.pydev.django,3.0.0.201311051910. Error reading signed content:C:\Users\Dan\AppData\Local\Temp\signatureFile7380103325324291237.jar

Like, a lot of them.

Do you have any idea about this?

Thanks, dh

like image 202
user2980918 Avatar asked Nov 11 '13 22:11

user2980918


2 Answers

Not really an answer, but hopefully helpful: I got these errors as well when trying to install PyDev on Ubuntu 12.04. I worked around the problem by unselecting "Show only the latest versions of available software" and selected the 2.6.0 version I know worked on another system.

like image 67
bohrax Avatar answered Nov 05 '22 12:11

bohrax


from: http://pydev.org/manual_101_install.html

Important requisite

PyDev now requires java 7 in order to run. If you don't have java 7, the update process may appear to succeed, but PyDev will simply not show in the target installation. Please double-check if you're using a java 7 vm in about > installation details > configuration before trying to install PyDev.

Eclipse 3.8 onwards is required for the latest versions of PyDev (if you need to use an earlier version of Eclipse, stick to PyDev 2.8.x).

Which version of Eclipse are you running? I'm running Ubuntu 12.04 and the Software Center serves me Eclipse 3.7.

To install 2.8.x in Eclipse, do as bohrax mentioned: unselect "Show only the latest versions of available software" and select the 2.8.x.

like image 1
Matthijs Wessels Avatar answered Nov 05 '22 12:11

Matthijs Wessels