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

Rosinstall missing in python 2.7

asked 2015-01-16 15:18:35 -0500

hat13 gravatar image

Trying to install rosjava but that ends up failing because i'm missing rosinstall in python 2.7 -> dist-packages. Also missing vcstool. Was wondering if there was a way to get these back or fix up python.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-01-16 15:59:24 -0500

William gravatar image

Well, you'd want to install the rosinstall and vcstools Python packages. I'd tell you exactly how to do that, but you've left out your OS name and version from your question. :p


In spite of the lack of information in the question (try and be more specific next time), here are a few common ways:

  • On Ubuntu: sudo apt-get install python-rosinstall python-vcstools
  • On OS X: sudo pip install rosinstall vcstools
edit flag offensive delete link more

Comments

Sorry about that. I'm using ubuntu and I tried that command and nothing shows in the python packages.

hat13 gravatar image hat13  ( 2015-01-16 16:06:10 -0500 )edit

You can try listing the files installed by those debian packages with something like dpkg -L python-rosinstall. Then you can double check that those files are there. If not you can uninstall and reinstall it.

William gravatar image William  ( 2015-01-16 16:24:58 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-16 15:18:35 -0500

Seen: 1,012 times

Last updated: Jan 16 '15