当前位置:   article > 正文

成功解决:× python setup.py egg_info did not run successfully._running setup.py install for uwsgi did not run suc

running setup.py install for uwsgi did not run successfully

执行pip install -r requirements.txt报错
在这里插入图片描述
错误信息如下:

error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [93 lines of output]
  • 1
  • 2
  • 3
  • 4
  • 5

解决办法:

更新 setuptools 和 pip

pip install --upgrade setuptools
python -m pip install --upgrade pip
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/620149
推荐阅读
相关标签
  

闽ICP备14008679号