-
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
Regression in conda-forge Linux CI #552
Comments
Cool, switching to conda as done in #551 fixes the problem on Linux, and it creates a new problem on macOS: https://github.com/robotology/robotology-superbuild/pull/551/checks?check_run_id=1527274310 . |
Indeed, the problem is in mamba.
fails with the previous error (see ci job https://github.com/robotology/robotology-superbuild/runs/1529533907), while :
works fine (see ci job https://github.com/robotology/robotology-superbuild/runs/1530469671). I saw that a new release of mamba was released recently (conda-forge/mamba-feedstock#87), so let's see if the problem is solved in 0.7.5 before reporting the problem in mamba. |
@traversaro unfortunately this release of mamba doesn't address any kind of solving issues :/ let me try locally to see what's going on. mamba (or rather libsolv) can give a lot of information when adding the Did you also try |
I just tried
on linux, and that worked fine. |
Thanks for the hint! |
Sorry, it's got to be
|
In theory the setup-miniconda is not installing in the base-environement, but rather everything in an environment called |
Indeed, the problem will be fixed by #553 that avoiding to manually install mamba, but rather is following the official setup-miniconda docs: https://github.com/conda-incubator/setup-miniconda#example-6-mamba . Thanks @wolfv for the help, as usual. |
Fixed by #553 . |
From https://github.com/robotology/robotology-superbuild/actions .
Two days ago everything was working fine:
Yesterday instead something went wrong, and went wrong also in #532 : https://github.com/robotology/robotology-superbuild/runs/1521342051?check_suite_focus=true
The error is:
I briefly tried to replicate this locally, and it seems that instead conda is working fine, I spawned #551 to check if this happens also on the CI.
The text was updated successfully, but these errors were encountered: