BUG: Stub out get_build_msvc_version if distutils.msvccompiler cannot be imported #27406
BUG: Stub out get_build_msvc_version if distutils.msvccompiler cannot be imported #27406charris merged 1 commit intonumpy:mainfrom
get_build_msvc_version if distutils.msvccompiler cannot be imported #27406Conversation
…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.