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

rosdep is not working in my ubuntu 11.10

asked 2013-03-07 03:54:03 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Tutorial link: http://www.ros.org/wiki/ROS/Tutorials/CreatingPackage

while I run

rospack depends1 beginner_tutorials

I got the following error

ImportError: No module named rospack ImportError: No module named rospack [rospack] Error: could not find python module 'rosdep2.rospack'. is rosdep up-to-date (at least 0.10.4)?

How can I tackle this problem

edit retag flag offensive close merge delete

Comments

1

Can you check rosdep --version and which rosdep?

dornhege gravatar image dornhege  ( 2013-03-07 04:34:43 -0500 )edit

rosdep version is - 0.9.3 which rosdep: - /usr/local/bin/rosdep

unais gravatar image unais  ( 2013-03-07 05:35:28 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-03-07 07:14:50 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

You have an old rosdep installed.

Uninstall/Remove the rosdep version in /usr/local/bin and install the package python-rosdep.

edit flag offensive delete link more

Comments

How can I done this?

unais gravatar image unais  ( 2013-03-07 13:21:28 -0500 )edit

How can I remove my older rosdep package?

unais gravatar image unais  ( 2013-03-07 13:45:48 -0500 )edit

Thank you ! I recovered the problem .. Now Its working fine

unais gravatar image unais  ( 2013-03-07 14:00:15 -0500 )edit

@unais How did you fix this. How did you remove it and then installed the new one

Asfandyar Ashraf Malik gravatar image Asfandyar Ashraf Malik  ( 2014-04-20 00:15:10 -0500 )edit

@dornhege I am encountering the same problem. I have removed rosdep from /usr/local/bin and reinstalled via "sudo apt-get install python-rosdep" but still I am encountering the same problem

Asfandyar Ashraf Malik gravatar image Asfandyar Ashraf Malik  ( 2014-04-21 03:02:41 -0500 )edit

Question Tools

Stats

Asked: 2013-03-07 03:54:03 -0500

Seen: 605 times

Last updated: Mar 07 '13