ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to solve the problem of the python dependencies?

asked 2014-07-23 09:49:47 -0500

Tom gravatar image

My os is the Debian 7,when i want to install the python-install through aptitude, then it tells me that i have to install the python-wstool, but when i am ready to install the python-wstool, then i found that it requires me to install the python, and after the "python" there are "any (>=2.7.1-0ubuntu2)(unavailable)", and when i enter ,there's nothing in it?

How to solve this problems ,thx!!!!

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
0

answered 2014-09-01 12:53:51 -0500

ahendrix gravatar image

updated 2014-09-01 12:58:55 -0500

This looks like a bug in the way the debs are generated for Debian. I've reported it here

In the meantime, you should be able to install the required python packages through PIP:

sudo pip install -U rosdep rosinstall_generator wstool rosinstall

NOTE: installing through PIP is a TEMPORARY WORKAROUND until this bug is fixed upstream. You will not get updates, and packages installed through PIP are generally more difficult to remove than their deb counterparts.

rosdep may not detect packages that have been installed through pip, and you may have to mark them as manually installed.

edit flag offensive delete link more
0

answered 2014-09-01 08:28:09 -0500

I am having the same issue using the hydro installation on Debian instructions from this site. When I perform the 0.1 Prerequisites step where the apt-get install python-wstool fails with the same error. Is there a way to fix this dependency error so I can move on to step one from the wiki installation instructions?

edit flag offensive delete link more
0

answered 2014-07-23 10:08:01 -0500

demmeln gravatar image

Looks like you are trying to install Ubuntu packages in Debian. Please update your question with which instructions you are following and provide the exact commands you are running including the output of those commands.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-07-23 09:49:47 -0500

Seen: 198 times

Last updated: Sep 01 '14