-
Notifications
You must be signed in to change notification settings - Fork 771
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
Need 24.4.2 published to PyPI to resolve issue with new setuptools #1644
Comments
If you are not able to push 24.4.2 would you at least be able to pin setuptools to <72.0.0 for the time being? |
Related: pypa/setuptools#4519 (edit: fixed link oops) |
How can i fix this |
To temporarily fix the issue with the
This ensures that the |
This worked for me (with poetry) - thanks @iamrraj! |
Is it possible to do the same fix for 23.x? we are using Python 3.8, can't upgrade to 3.9 right now to use 24.x versions |
setuptools has yanked v72.0.0, so we are okay for now |
change is still required, as it was deprecated 5 years ago, so better to update it soon than later. but yeah now we have more time |
pls see: https://pypi.org/project/autobahn/24.4.2/
|
The latest setuptools that was released a few hours ago finally removed the test module from
setuptools.command
. The 23.6.2 version has the import of test in the setup.py, whereas version 24.4.2 does not.https://github.com/pypa/setuptools/tree/v71.1.0/setuptools/command
https://github.com/pypa/setuptools/tree/v72.0.0/setuptools/command
The text was updated successfully, but these errors were encountered: