-
Notifications
You must be signed in to change notification settings - Fork 27
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
python 3.12 removes distutils #236
Comments
There's already problems popping up with Python 3.11 too:
|
@boegel what does this error have to do with the distutils being stripped/refactored? |
It's not, it's related to changes in |
yes please. and mention what setuptools version you use. |
@wdpypere what problem did you actually see? the code was already compatible with local distutils it seems. (or i can't trigger it) |
@boegel you can also encounter the scanning loader error when installing with a too recent pip (anything older then 23). the error is a bit different |
|
we should port away from it. https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html
The text was updated successfully, but these errors were encountered: