qq952693358

参考:

“pip install unroll”: “python setup.py egg_info” failed with error code 1

解决 Command "python setup.py egg_info" failed with error code 1 问题

在执行 pip install -r requirements.txt 时遇到错误:

Command "python setup.py egg_info" failed with error code 1

解决方法是更新 setuptools 和 pip:

pip install --upgrade setuptools
python -m pip install --upgrade pip

2018.9

分类:

技术点:

相关文章:

  • 2021-05-16
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2018-11-07
猜你喜欢
  • 2021-08-08
  • 2021-10-13
  • 2021-10-18
  • 2021-06-05
  • 2022-02-11
相关资源
相似解决方案