-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
brew 'glib'
(in /setup/mac/binary_distribution/Brewfile
is forcing python@3.9
#14481
Comments
After some hammering, this fixed it for me on github mac CI: |
FYI, actions/runner-images#2322 might be the culprit here. |
@soonho-tri is correct, the conflict is not ours. My preferred fix is https://github.com/snape/RVO2/blob/9ce1894eb754e3844a60ff048783769e28ff73c8/.github/workflows/ci.yml#L22 before any |
( |
That works for me. I've updated my use cases, too. Feel free to close this now (I'm happy that it's documented) if you think that's best. |
I think we can close. Conflicts with our use of Python 3.8 should be minimal as Homebrew have pretty much already moved everything to 3.9 and we install almost no Python code outside of GitHub Actions, on the other hand, don't seem to care too much what goes on their images (like Travis CI unfortunately), so other conflicts (Python and non-Python) may happen in future. |
Which then fails, because we try to use 3.8 everywhere else.
(this has been causing github actions to fail on my manip repo CI: https://github.com/RussTedrake/manipulation/runs/1621729167 )
I believe we need to pin the
glib
version in drake until we finish the migration to 3.9?The text was updated successfully, but these errors were encountered: