-
Notifications
You must be signed in to change notification settings - Fork 171
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 successfully installs pip package, but then has error: failed to detect pip package #420
Comments
@peterpolidoro This might be related to #412/#415? I'll try to look into it as soon as I get a chance. A workaround might be to downgrade your version of |
@peterpolidoro Can you post the output of |
No output from |
Can you verify what version of |
0.11.4 |
I was just catching up on this issue again. I was still unable to reproduce what you're talking about. While working on another issue (different project) about a year ago, I do remember some changes in pip related to this. @peterpolidoro, or anyone else really, do you know if this is still a problem? I'm going to close for now, but I can reopen if it is. |
@wjwwood I am currently having this issue on my docker builds : https://hub.docker.com/r/scazlab/human_robot_collaboration/builds/bjv5btpo5fencqmzdclekv6/ Relevant code snippet (at the end of the page I linked above):
|
@alecive Hmm, I'm not sure. I don't really have time to dig into the issue, but if you come up with a root cause maybe I can help get a fix in. Just glancing at your |
Although running
Also, if I install the package before running rosdep, i.e. by adding the following:
The error becomes:
So, do you have any idea on what might have changed in the past two to four weeks? My rosdep version is |
@wjwwood the answer apparently is that pip changed. I fixed my issue by following this github issue start-jsk/jsk_apc#1527 and running |
@alecive: pip replaces underscores with dashes internally, so |
It couldn't solve the issue in my case... |
rosdep used to work with my setup and now it fails with a strange error and I am not sure what changed. I have a Trusty/Jade installation using python 2.7 and pip 1.5.4. Perhaps the problem is not with rosdep, but I am not sure where else to look. One of my ros packages depends on a pip package. In my catkin workspace I run "rosdep install --from-paths ." I get the following error:
If I run "rosdep install --from-paths ." again I get the following error:
The text was updated successfully, but these errors were encountered: