I've installed PyDev via the Eclipse install site before without incident. However, today I was setting up some new boxes and I get the error:
"Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1308118925849 (SharedProfile_epp.package.java 1.0.0.1308118925849)
Missing requirement: Shared profile 1.0.0.1308118925849 (SharedProfile_epp.package.java 1.0.0.1308118925849) requires `org.maven.ide.eclipse ` but it could not be found"
This is happening on two different boxes with fresh windows installs and fresh latest version installs of the eclipse for java developers package.
Is the maven package referred to something that used to come with an earlier version of eclipse? As I mentioned, it has never asked for this before, but if it came with eclipse I might not have noticed it was already installed.
Thanks for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've installed PyDev via the Eclipse install site before without incident. However, today I was setting up some new boxes and I get the error:
"Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1308118925849 (SharedProfile_epp.package.java 1.0.0.1308118925849)
Missing requirement: Shared profile 1.0.0.1308118925849 (SharedProfile_epp.package.java 1.0.0.1308118925849) requires `org.maven.ide.eclipse ` but it could not be found"
This is happening on two different boxes with fresh windows installs and fresh latest version installs of the eclipse for java developers package.
Is the maven package referred to something that used to come with an earlier version of eclipse? As I mentioned, it has never asked for this before, but if it came with eclipse I might not have noticed it was already installed.
Thanks for your help!
Solved
I had installed the new Eclipse: Indigo. I simply installed the last version, Eclipse: Helios instead and PyDev installed as per usual.