You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.Since the default ROS 2 installation uses python3, we need
rosdep
to install the packages usingpip3
, 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
The text was updated successfully, but these errors were encountered: