-
Notifications
You must be signed in to change notification settings - Fork 41
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
catkin_pkg is missing #50
Comments
LGTM w/ s/apt/pip - because APT does not exist on Windows/OS X, I think we should avoid having python packages installed with APT if we can avoid it, to make the build more uniform. |
I found a similar discussion where it was recommended to install via apt. |
We're actually already installing |
Output of
|
@prajakta-gokhale is this still a problem? |
@thomas-moulard it still fails. See this run for an example. Stack trace:
|
What's the status of this? Here's a run that failed due (I think) to this issue https://github.com/rotu/colcon-cmake/runs/1022750727?check_suite_focus=true Note that it is apt installing |
rosbag2_bag_v2
is failing to build, reportingcatkin_pkg
as missing.Logs
Proposed solution: add
python3-catkin-pkg-modules
to apt dependencies.I think something changed in upstream dependencies that no longer requires this module since this used to be a flaky build issue and now it consistently happens.
The text was updated successfully, but these errors were encountered: