-
Notifications
You must be signed in to change notification settings - Fork 48
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
Conda\Linux CI failure due to libsolv 0.7.19 used by mamba #785
Comments
Installing |
By inspecting the logs, it seems that for some reason the step that install regular dependencies:
started to install the Python package provided by pypy 3.7 instead of regular python 3.9 . |
I just tried with a local mamba install, and:
wants to install Python 3.7 as we would expect. On the other hand, also locally
results in
|
The problem seems to occur only with mamba, as with conda CPython 3.9 is correctly installed:
|
I narrowed down the problem to mamba when it is trying to install boost and gazebo, in that case we have:
while for conda:
|
I opened an issue for this in mamba-org/mamba#986 . |
One quick fix is to require cpython explicitly (python=3.8*=*cpython) but I'll have a closer look tomorrow on what's going on. Looks like my fix on libsolv wasn't sufficient :/ |
Thanks! I noticed that we actually did not needed full boost, so for now I added #786 , let's see if that helps. As additional data point, note that this CI runs nightly, and until 2 days ago (see https://github.com/robotology/robotology-superbuild/actions/runs/908249889) everything was fine, while it started having this problem just last night: https://github.com/robotology/robotology-superbuild/actions/runs/908249889 . |
Fixed in mamba-org/mamba#986 and verified in #833 . |
Since Today, the Conda\Linux CI is failing with error:
Example of failing job: https://github.com/robotology/robotology-superbuild/pull/784/checks?check_run_id=2753897981 .
The text was updated successfully, but these errors were encountered: