api_automation_test icon indicating copy to clipboard operation
api_automation_test copied to clipboard

安装django-celery一直无法成功

Open qingyun0922 opened this issue 2 years ago • 1 comments

我在尝试安装django-celery 一直无法成功,尝试把setuptools==57.5.0 也没有成功。 报错信息如下: Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [1 lines of output] error in anyjson setup command: use_2to3 is invalid. [end of output] 请解决过该问题的大神给点建议

qingyun0922 avatar Nov 09 '23 07:11 qingyun0922

Downgrading setuptools worked for me pip install "setuptools<58.0.0" And then pip install django-celery

dream-reader avatar Sep 04 '24 05:09 dream-reader