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

Can't intall python dependencies in ROS 2 #681

Closed
ghost opened this issue May 13, 2019 · 3 comments
Closed

Can't intall python dependencies in ROS 2 #681

ghost opened this issue May 13, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented May 13, 2019

This is related to #519 and #542

I get the following error when trying to install a python dependency using rosdep in a Dashing release.

ERROR: Rosdep experienced an internal error.
Please go to the rosdep page [1] and file a bug report with the message below.
[1] : http://www.ros.org/wiki/rosdep
rosdep version: 0.15.1
Bad installer [pip]: [Errno 2] No such file or directory: 'pip': 'pip'

Since the default ROS 2 installation uses python3, we need rosdep to install the packages using pip3, however there is no way to specify that.

You can see a failing build log here:
https://travis-ci.org/ros-planning/navigation2/builds/531898111?utm_source=github_status&utm_medium=notification

@russkel
Copy link
Contributor

russkel commented May 31, 2019

I discovered that using pipenv can alleviate some of these issues. It symlinks a pip and isolates the packages from the system.

@sloretz
Copy link
Contributor

sloretz commented Nov 12, 2019

I think this is fixed by #709. Would you mind checking using rosdep >=0.17.0?

@ghost
Copy link
Author

ghost commented Nov 12, 2019

I can no longer reproduce the problem. Looks like it is fixed. Thanks!

@ghost ghost closed this as completed Nov 12, 2019
This issue was closed.
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

2 participants