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

rosinstall error

asked 2012-02-29 10:35:42 -0500

vahid gravatar image

updated 2012-02-29 12:46:28 -0500

joq gravatar image

why when i try to run rosinstall i get this error:

Traceback (most recent call last):
  File "/usr/local/bin/rosinstall", line 5, in <module>
    pkg_resources.run_script('rosinstall==0.5.30', 'rosinstall')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 467, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1200, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/rosinstall-0.5.30-py2.7.egg/EGG-INFO/scripts/rosinstall", line 28, in <module>
    import rosinstall.helpers
ImportError: No module named rosinstall.helpers
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-03-10 21:22:14 -0500

KruseT gravatar image

please reinstall rosinstall, its libraries seem to be missing from your pythonpath.

see http://ros.org/wiki/rosinstall

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-02-29 10:35:42 -0500

Seen: 513 times

Last updated: Mar 10 '12