Failure when installing vendored package #5472
Unanswered
VintageDoggo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm currently migrating my ROS2 applications to a Pixi workflow and everything has been going relatively well except for a package.
I need to rebuild the rmw_zenoh_cpp package in my workflow, however, it fails in an intermediate step, which is building the vendored package for
zenoh_cpp_vendor. See the CMakeLists file.I get an error stating that the download of
zenoh-cfails, as seen below. The problem states that the modulepkg_resourcesis not present, however I've ensured to expresssetuptools(which contains thepkg_resourcesmodule) in my dependencies withinpixi.tomlin my workspace .Am I missing a step for building a package that depends on vendored packages? Or is there an environment conflict between the tasks spawned by
ament_vendorand Pixi?Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions