在安装七牛python SDK的时候,报如下错误
Complete output (1 lines):
error in qiniu setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.文章源自堕落的鱼-https://www.duoluodeyu.com/2758.html
文章源自堕落的鱼-https://www.duoluodeyu.com/2758.html
我是通过更新setuptools解决以上问题的,具体方式为执行以下指令,更新setuptools。文章源自堕落的鱼-https://www.duoluodeyu.com/2758.html
pip install setuptools -U
setuptools更新完成后,再执行你前面的安装指令就可以了。文章源自堕落的鱼-https://www.duoluodeyu.com/2758.html 文章源自堕落的鱼-https://www.duoluodeyu.com/2758.html