Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rosdep missing #77

Closed
BrutusTT opened this issue Jan 31, 2017 · 4 comments
Closed

rosdep missing #77

BrutusTT opened this issue Jan 31, 2017 · 4 comments

Comments

@BrutusTT
Copy link

Execution fails due to rosdep being not found.

This sudo prompt adds the the brewed python rosdep yaml to /etc/ros/rosdep/10-ros-install-osx.list.
Password:
./install: line 111: rosdep: command not found

Any ideas ?

@spmaniato
Copy link
Contributor

@BrutusTT Sounds like L100 did not complete successfully:

pip install -U setuptools rosdep ...

What do you get if you manually type: pip install -U rosdep ? 🤔

@BrutusTT
Copy link
Author

myBook:ros-install-osx ingo$ pip install -U setuptools rosdep
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/site-packages
Requirement already up-to-date: rosdep in /usr/local/lib/python2.7/site-packages
Requirement already up-to-date: six>=1.6.0 in /usr/local/lib/python2.7/site-packages (from setuptools)
Requirement already up-to-date: appdirs>=1.4.0 in /usr/local/lib/python2.7/site-packages (from setuptools)
Requirement already up-to-date: packaging>=16.8 in /usr/local/lib/python2.7/site-packages (from setuptools)
Requirement already up-to-date: PyYAML>=3.1 in /usr/local/lib/python2.7/site-packages (from rosdep)
Requirement already up-to-date: rospkg>=1.0.37 in /usr/local/lib/python2.7/site-packages (from rosdep)
Requirement already up-to-date: rosdistro>=0.4.0 in /usr/local/lib/python2.7/site-packages (from rosdep)
Requirement already up-to-date: catkin-pkg in /usr/local/lib/python2.7/site-packages (from rosdep)
Requirement already up-to-date: pyparsing in /usr/local/lib/python2.7/site-packages (from packaging>=16.8->setuptools)
Requirement already up-to-date: argparse in /usr/local/lib/python2.7/site-packages (from catkin-pkg->rosdep)
Requirement already up-to-date: docutils in /usr/local/lib/python2.7/site-packages (from catkin-pkg->rosdep)
Requirement already up-to-date: python-dateutil in /usr/local/lib/python2.7/site-packages (from catkin-pkg->rosdep)

@mikepurvis
Copy link
Owner

I believe this is due to the new split between brewed python (python2/pip2) and system python (python/pip). In any case, please follow #84 for ideas and updates.

@guhur
Copy link

guhur commented May 9, 2018

I had the same issue. I had to re-install completely python with homebrew to solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants