-
Notifications
You must be signed in to change notification settings - Fork 428
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
Installation error setuptools.command.test
for version 2.6.0
#772
Comments
Its most likely due to an update to Pushed a fixed, merged in main now 😁 |
Yeah having the same problem here |
setuptools.command.test
for version 2.6.0
For poetry add git+https://github.com/kwongtn/django-celery-beat#fix/restrict-setuptools-to-max-v71 |
I couldn't find a way to restrict just setuptools, so it affects all packages breaking further upgrades, but at least the Docker image can be built. Should be removed once celery/django-celery-beat#772 is fixed.
Improved version which restricts just setuptools without blocking other upgrades. This had to be done by disabling build isolation, see astral-sh/uv#5551. Should be removed once celery/django-celery-beat#772 is fixed.
The final line in the stack trace above is: |
@cclauss Was wollte uns der Künstler damit sagen? (Translation: What did the artist want to tell us?) |
setuptools = "<72.0.0" - quick fix upd. (I'm testing it, it hasn't helped yet) |
this does not work if using poetry
|
With these changes it works! |
У @alerodrom |
This is a no-go for The quick-fix then is: pip3 install --upgrade 'setuptools==71.1.0' Until |
Thanks @cclauss & team for putting a fix together. What is the expected timeline for releasing this e.g. is a new release with just this fix planned in the next few days, or will this fix not be released until later along with other added features/fixes? |
|
Summary:
Fixed in #771
This error has happened since today when the CI for my Django projects cannot install
django-celery-beat
all of a sudden without changes to the codebase.Exact steps to reproduce the issue:
pip wheel --no-cache-dir --use-pep517 "django-celery-beat (==2.6.0)"
Detailed information
pip --version
:pip 24.0 from /usr/local/lib/python3.12/site-packages/pip (python 3.12)
aarch64
Log
Fix attempts
pip wheel ...
command above works in macOS2.6.0
with2.5.0
also worksThe text was updated successfully, but these errors were encountered: