api_automation_test
api_automation_test copied to clipboard
安装django-celery一直无法成功
我在尝试安装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] 请解决过该问题的大神给点建议
Downgrading setuptools worked for me pip install "setuptools<58.0.0" And then pip install django-celery