celery / django-celery

Old Celery integration project for Django

Home Page:http://celery.github.com/django-celery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Must used `"setuptools<58.0.0"` to install because of `anyjson`

cclauss opened this issue · comments

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.

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