-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
build broken by setuptools 65.0 #645
Comments
Thanks for the report @tacaswell. This is not surprising. It may still be reverted, but we need to do a release soon anyway to support Python 3.11 (RC1 is out so we can upload wheels), so may take this one along by adding an appropriate upper bound on setuptools version. @grlee77 it looks like we have nothing else pressing for 1.4.0. What do you think about doing a release later this week or next week? |
Sure, that sounds good. I may be able to take a look this weekend |
The breakage is fixed in |
closes PyWaveletsgh-645 (broken build with setuptools 65.0)
I have a bit of time this weekend. I just opened #647 to pin setuptools and will also take a look at updating to test and build for Python 3.11 |
pypa/setuptools#3505 removed the modules for interacting with the (very) old msvc compliers, however
numpy.distutils
unconditionally importsdistutils.msvccompiler
which in turn breaks install pywt.I think this is the relevant part of the build log:
The text was updated successfully, but these errors were encountered: