-
Notifications
You must be signed in to change notification settings - Fork 188
sanity check #547
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
sanity check #547
Conversation
|
This was enlightening: apparently ...and looking back at cibw 2.0.1 docs, it's clear that this is the issue. 2.2.2 seems to be the earliest version with explicit 3.10 configs. |
|
Good news: we've added Python 3.10! Bad news: everything breaks with Python 3.10! |
|
Thsi SO issue seems relevant |
|
Trying |
|
Trying an even newer numpy version since numpy.org indicates numpy did not support Python 3.10 until sometime in the numpy 1.21 era. (Might need to bump to 1.22 if this still fails) |
|
Ubuntu failure was only on musllinux, which we haven't previously used. Excluding it should resolve ubuntu. Windows failure log was inscrutable - rerunning to test for transience. |
|
Windows issue persists, but matches a similar issue described here. Applying the fix described there. Also disabling the musllinux build with |
|
Ubuntu error is resolved, but Windows continues to fail after adding |
|
Okay, it appears this is related to the build somehow selecting the ancient |
|
Closing - final state is passing checks. See #549 for the less-cluttered change. |
DO NOT MERGE
Checking if CIBW changes are actually being processed.