Please help me I can not install ros package

asked 2019-02-28 00:00:32 -0500

SUBHASH gravatar image

updated 2019-02-28 03:41:19 -0500

gvdhoorn gravatar image

I’m using rosbag info from the command line but after running sudo apt-get install python-rosinstall it has broken python-rosbag and now I can’t get it to reinstall.

$ sudo apt-get install python-rosbag
The following packages have unmet dependencies:
python-rosbag : Depends: python-roslib but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

$ sudo apt-get install python-roslib
The following packages have unmet dependencies:
python-roslib : Depends: catkin but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
$ sudo apt-get install catkin
The following packages have unmet dependencies:
catkin : Depends: python-catkin-pkg but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

$ sudo apt-get install python-catkin-pkg
python-catkin-pkg is already the newest version (0.3.6-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I’ve tried everything from cleaning, update, removing all ROS packages but it’s stuck in circular dependency with catkin.

edit retag flag offensive close merge delete

Comments

It could be that you're running into wiki/UpstreamPackages.

gvdhoorn gravatar image gvdhoorn  ( 2019-02-28 03:42:02 -0500 )edit

I am not understanding it. Please tell me what exact problem is

SUBHASH gravatar image SUBHASH  ( 2019-03-11 01:33:08 -0500 )edit

I am not able to run a python code. Please help me with the steps and dependencies regarding python programming with ROS

SUBHASH gravatar image SUBHASH  ( 2019-03-11 01:34:22 -0500 )edit