-
Notifications
You must be signed in to change notification settings - Fork 44
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
Crash when calling rosdep #99
Comments
+1, I also experienced this with a system-wide install on linux! From my builds:
|
@rotu you might want to make an issue here instead https://github.com/ros-infrastructure/rosdep/issues |
Tentative fix here: #101 |
Fix is merged. |
@acarrillo it’s the opposite. Rosdep was fixed which broke the workaround in this github action. |
@thomas-moulard fix confirmed. Should I switch to use |
|
Description
Setup fails to call rosdep
https://github.com/ros2/rmw_cyclonedds/runs/565850604?check_suite_focus=true
Expected Behavior
Rosdep succeeds.
Actual Behavior
Rosdep fails.
Additional context
I expect this is caused by ros-infrastructure/rosdep#656, and that calling rosdep as an executable will now work, instead of having to call
python <path/to/script>
.The text was updated successfully, but these errors were encountered: