- 在执行
pip install -r requirements.txt
时遇到Command “python setup.py egg_info“ failed with error code 1 问题,解决方法是更新 setuptools 和 pip
pip3 install --upgrade setuptools
python3 -m pip install --upgrade pip
- 更新完后采用pip安装软件(python3.5版本)出现sys.stderr.write(f“ERROR: {exc}“),可参考https://blog.youkuaiyun.com/ustczhng2012/article/details/114018581。