问题
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-buil
解决办法
解决方法是更新 setuptools 和 pip:
pip install --upgrade setuptools
python -m pip install --upgrade pip
- Post link: https://www.godhearing.cn/ubuntu-xia-pip-an-zhuang-wen-ti/
- Copyright Notice: All articles in this blog are licensed under unless otherwise stated.