-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
BUG: Stub out get_build_msvc_version if distutils.msvccompiler cannot be imported
#27406
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
Conversation
…nnot be imported (fixes numpy#27405)
get_build_msvc_version if distutils.msvccompiler cannot be imported get_build_msvc_version if distutils.msvccompiler cannot be imported
|
The |
|
Thanks @PinkPandaKatie . @mattip Started to see failing tests on CI on account of this bug. |
|
Which CI? |
Merging this got rid of one error, one remains. The Python 3.11.10 release may have broken things. I'm thinking of just removing |
|
We don't pin setuptools in the conda runs. See #27429 |
|
I just saw this now. While For context: found this today because it tripped someone up in a conda-forge feedstock. Easier to backport this to the next bug fix release than trying to work around it in conda-forge. |
|
Ah great, thanks! |
Fixes #27405.