-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't install latest version of YARP with robostack humble packages #34
Comments
cc @Nicogene |
Alongside @martinaxgloria we tried to do:
and we got this error
|
Just to clarify, this issue is similar to:
Basically, what happens is that in conda-forge there are ABI migration (https://conda-forge.org/blog/posts/2019-12-06-cfep09/) to automatically migrate all packages in conda-forge to a new version of a dependency. RoboStack packages are not included in this migrations, so it can happen that it uses oldr version of dependencies w.r.t. to the packages in conda-forge, i.e. forcing to use older packages in conda-forge that are compatible with the older version of its dependencies. The immediate workaround is to compile YARP from source, it should be simple to do that (check yarp-feedstock/recipe/build_cxx.sh Line 29 in af3c941
On the robostack side, this is tipically solved by a rebuild. Possible longer term solutions are:
|
This will be fixed by RoboStack/ros-humble#155 . |
Unfortunately this in the end required a conda-build fix conda/conda-build#5202, so it may take some time. |
Solution to issue cannot be found in the documentation.
Issue
The issue is probably related to missing migrations not propagated on the robostack side.
Installed packages
.
Environment info
.
The text was updated successfully, but these errors were encountered: