Skip to content
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

Fix failing Conda github actions #52

Closed
Giulero opened this issue Dec 5, 2023 · 1 comment · Fixed by #53
Closed

Fix failing Conda github actions #52

Giulero opened this issue Dec 5, 2023 · 1 comment · Fixed by #53
Assignees

Comments

@Giulero
Copy link
Collaborator

Giulero commented Dec 5, 2023

The github conda actions are failing. It seems related to some sort of incompatibility between the new python default version installed in conda (the 3.12) and jax/pytorch. See for example https://github.com/ami-iit/ADAM/actions/runs/7081140778

I did a test, check here https://github.com/ami-iit/ADAM/actions/runs/6903254530.
We might fix the python version, even though I'm not sure it's the best solution.

@Giulero Giulero self-assigned this Dec 5, 2023
@traversaro
Copy link
Contributor

I did a test, check here https://github.com/ami-iit/ADAM/actions/runs/6903254530.\nWe might fix the python version, even though I'm not sure it's the best solution/

Either we fix the python version, or we install jax pytorch and python in one shot, so that the solver decides on an appropriate python version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants