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

how to deal with the python-rosinstall problem

asked 2014-08-02 21:58:58 -0500

nalu gravatar image

I have finished the above installation of ROS Hydro,when I want to install rosinstall,Ubuntu12.10 terminal warm the following: dpkg: dependency problems prevent configuration of python-wstool: python-wstool depends on python:any (>= 2.7.1-0ubuntu2).

dpkg: error processing python-wstool (--configure): dependency problems - leaving unconfigured No apport report written because the error message indicates its a followup error from a previous failure. dpkg: dependency problems prevent configuration of python-rosinstall: python-rosinstall depends on python-wstool (>= 0.1.1); however: Package python-wstool is not configured yet.

dpkg: error processing python-rosinstall (--configure): dependency problems - leaving unconfigured No apport report written because the error message indicates its a followup error from a previous failure. Errors were encountered while processing: python-wstool python-rosinstall E: Sub-process /usr/bin/dpkg returned an error code (1)

how can I deal with this problem?thx

edit retag flag offensive close merge delete

Comments

Does it get better if you run sudo apt-get install -f ?

ahendrix gravatar image ahendrix  ( 2014-08-03 00:45:25 -0500 )edit

no, just as the above description. thank you for the answer. any other solution?

nalu gravatar image nalu  ( 2014-08-03 01:35:25 -0500 )edit

It looks like the dependencies for the python-wstool package aren't satisfied properly. Did you install it through apt-get? Which version of python do you have installed?

ahendrix gravatar image ahendrix  ( 2014-08-03 02:51:39 -0500 )edit

I get the same error message. Is there anyone who has any idea on this?

DavidSuh gravatar image DavidSuh  ( 2014-08-19 06:20:13 -0500 )edit

I am getting the same error.

byrde42 gravatar image byrde42  ( 2014-09-01 08:30:06 -0500 )edit

2 Answers

Sort by » oldest newest most voted
4

answered 2014-09-17 21:04:19 -0500

kedarm gravatar image

I had a similar problem. I was able to find the solution through some searching. Here is the solution:

  • First of all, install "pip" if you don't already have it. Here's a useful link to do that...

    http://www.saltycrane.com/blog/2010/0...

  • Next...run the following from the terminal:

    sudo pip install -U rosdep rosinstall_generator wstool rosinstall

...it should now be working.

edit flag offensive delete link more

Comments

Thank you, this solved mine question.

cangjiaxuan gravatar image cangjiaxuan  ( 2015-04-16 06:30:32 -0500 )edit

Hi, I try this and it gets me ImportError: no module named setuptools. I try to install it, but without success.

simone87 gravatar image simone87  ( 2015-10-30 05:15:38 -0500 )edit

Not working for me. I'm still getting the same result. Is there a solution for this?

andrestoga gravatar image andrestoga  ( 2016-12-02 18:54:30 -0500 )edit
0

answered 2014-09-05 10:56:47 -0500

ymine gravatar image

How about "sudo pip install -U wstool" ? And then "sudo pip install -U rosinstall"

edit flag offensive delete link more

Comments

Not working for me.

andrestoga gravatar image andrestoga  ( 2016-12-02 18:54:44 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2014-08-02 21:58:58 -0500

Seen: 2,866 times

Last updated: Sep 17 '14