ROS Hydro-held broken packages [closed]
Hi , I'm trying to install ROS Hydro on Raspberry Pi following the steps of the ROS wiki in a new installed version of Raspbian using NOOBS like it says here:
http://wiki.ros.org/ROSberryPi/Settin...
Everything is OK until I do :
sudo pip install -U rospkg sudo apt-get install python-rosdep python-rosinstall-generator build-essential
I get the next error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies: python-rosdep : Depends: python-catkin-pkg but it is not going to be installed Depends: python-rospkg but it is not going to be installed Depends: python-rosdistro (>= 0.3.0) but it is not going to be installed python-rosinstall-generator : Depends: python-catkin-pkg (>= 0.1.28) but it is not going to be installed Depends: python-rosdistro (>= 0.3.4) but it is not going to be installed Depends: python-rospkg but it is not going to be installed E: Unable to correct problems, you have held broken packages.
How can I install it correctly or correct the error?
Thank you.
Have you tried manually installing the listed packages through apt-get?
Yes, and I get the same error:
the following packages have unmet dependencies: python-rospkg : Depends: python:any (>= 2.7.1-0ubuntu2) but it is not installable
I think that the error should be in python libraries.
Are you sure your computer has that version of python installed? Maybe the problem lies with your python installation then.
Yes , it has but I´m installing it on Raspberry pi.
@MarcosM I am facing the same problem..did u get the solution how to fix it ..
Yes but not following any guide i have made my own steps and it works
can u please tell me how u r proceeding ....
Yeah, that would be helpful for people with a similar issue