ERROR: the following rosdeps failed to install
I am working on ROS kinetic on pi 4 on Debain Buster and when i am Adding Released Packages on and run this command:
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
I am getting this error :
**apt: command [sudo -H apt-get install -y liblog4cxx10-dev] failed
apt: command [sudo -H apt-get install -y gazebo7] failed
apt: command [sudo -H apt-get install -y python-imaging] failed
apt: command [sudo -H apt-get install -y python-rospkg-modules] failed
apt: command [sudo -H apt-get install -y libpcl1.7] failed
apt: command [sudo -H apt-get install -y libav-tools] failed
apt: command [sudo -H apt-get install -y libvtk5-qt4-dev] failed
apt: command [sudo -H apt-get install -y libgazebo7-dev] failed
apt: command [sudo -H apt-get install -y libprotobuf9] failed
apt: Failed to detect successful installation of [liblog4cxx10-dev]
apt: Failed to detect successful installation of [gazebo7]
apt: Failed to detect successful installation of [python-imaging]
apt: Failed to detect successful installation of [python-rospkg-modules]
apt: Failed to detect successful installation of [libpcl1.7]
apt: Failed to detect successful installation of [libav-tools]
apt: Failed to detect successful installation of [libpng12-dev]
apt: Failed to detect successful installation of [libvtk5-qt4-dev]
apt: Failed to detect successful installation of [libgazebo7-dev]
apt: Failed to detect successful installation of [libprotobuf9]**
Where can I download these packages ??
Asked by Ayan on 2021-01-02 12:28:39 UTC
Comments
Seems you cannot install them for your preferred distro via apt. You could try building from source, but this will be an awful lot of work seeing what packages are around there.
A much more interesting question: You are running on "Debian Buster" but request rosdep to resolve the keys for "Debian Jessie". Why?
Asked by mgruhler on 2021-01-04 05:34:21 UTC
I am not installing from beginning and now get this error while downloading rosdep dependencies:
python-rosdep-modules : Depends: python-catkin-pkg-modules (>= 0.4.0) but it is not going to be installed Depends: python-rosdistro-modules (>= 0.7.5) but it is not going to be installed python-rospkg-modules : Depends: python-catkin-pkg-modules but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Asked by Ayan on 2021-01-16 05:12:34 UTC
Asked by mgruhler on 2021-01-19 03:32:39 UTC
Not using Jessie but now using Buster and using this line rosdep install -y --from-paths src --ignore-src --rosdistro kinetic -r --os=debian:buster
I am following steps from this link: http://wiki.ros.org/ROSberryPi/Installing%20ROS%20Kinetic%20on%20the%20Raspberry%20Pi
and getting this error when i run the command:
Asked by Ayan on 2021-01-20 05:27:36 UTC
Your error printout is not complete but my initial glance said this is a
python-*
,python3-*
error. Now, I think you should backtrack your steps and missed any swaps for Buster/Jessie. If that is the case, I would make unwanted apt keys, sources, etc. are not thereAsked by OzzieTheHead on 2021-05-06 10:21:30 UTC