How can I fix rosdep init problem?
Error:
File "/usr/local/bin/rosdep", line 4, in <module>
__import__('pkg_resources').run_script('rosdep==0.11.2', 'rosdep')
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 735, in run_script
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1644, in run_script
pkg_resources.ResolutionError: No script named 'rosdep'
Asked by Helen_Hor on 2015-07-18 14:07:51 UTC
Comments
Please add which OS you are using, which version of the OS, which version of ROS, how you installed it (from debians or from source) and give a bit more detail about how you installed
rosdep
in particular. From the error it looks like apip install ..
installation which is missing some files.Asked by gvdhoorn on 2015-07-19 01:21:16 UTC