Skip to content
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

Must used "setuptools<58.0.0" to install because of anyjson #609

Open
cclauss opened this issue Dec 29, 2021 · 1 comment
Open

Must used "setuptools<58.0.0" to install because of anyjson #609

cclauss opened this issue Dec 29, 2021 · 1 comment

Comments

@cclauss
Copy link

cclauss commented Dec 29, 2021

https://pypi.org/project/anyjson/ has not been released since 2012 and its installation utilizes use_2to3=True which was removed in setuptools v58.0.0 because 2to3 is being removed from Python.

Workaround: Downgrading via pip install "setuptools<58.0.0" should enable django-celery to be installed.

@auvipy
Copy link
Member

auvipy commented Dec 29, 2021

for your kind info this package is not supported anymore. you should switch to alternatives django-celery-results & django celery beat. but yes if you want to contribute any patch I will accept that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants