赞
踩
pip install celery-with-redis出错error in anyjson setup command: use_2to3 is invalid.
它会先安装依赖包anyjson
**主要原因是在setuptools 58之后的版本已经废弃了use_2to3
**
pip install setuptools==50.3.2
参 考https://blog.csdn.net/qq_27371025/article/details/125855111
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。