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

Felipe Guth's profile - activity

2012-05-28 07:37:21 -0500 commented answer rosdep: command not found

My problem was proxy... try this: sudo pip install rosdep --proxy=http://user:passwd@address:port

2012-05-27 18:58:10 -0500 answered a question rosdep: command not found

I have ubuntu 12.04 and fuerte... when a type the command:

sudo pip install -U rosdep

I have the response: Downloading/unpacking rosdep Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement rosdep No distributions at all found for rosdep

When I try:

sudo easy_install -U rosinstall vcstools rosdep

gives me the response:

Searching for rosinstall Reading http://pypi.python.org/simple/rosinstall/ Download error on http://pypi.python.org/simple/rosinstall/: [Errno 101] Network is unreachable -- Some packages may not be found! Reading http://pypi.python.org/simple/rosinstall/ Download error on http://pypi.python.org/simple/rosinstall/: [Errno 101] Network is unreachable -- Some packages may not be found! Couldn't find index page for 'rosinstall' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ Download error on http://pypi.python.org/simple/: [Errno 101] Network is unreachable -- Some packages may not be found! No local packages or download links found for rosinstall error: Could not find suitable distribution for Requirement.parse('rosinstall')

Any help? thanks...