I wanted to give pyDev a spin after installing a new copy of Ubuntu 10.04 with Eclipse. Turns out it needs one additional package to install Eclipse plugins correctly.
I kept getting this error:
The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found.
Here's the fix:
I kept getting this error:
The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found.
Here's the fix:
sudo apt-get install eclipse-pde
Comments
Post a Comment