美文网首页
pip install unitest报错Getting req

pip install unitest报错Getting req

作者: _百草_ | 来源:发表于2025-04-20 15:54 被阅读0次
INFO: pip is still looking at multiple versions of gevent to determine which version is compatible with other requirements. This could take a while. × Getting requirements to build wheel did not run successfully.
1、升级pip python -m pip install --upgrade pip

仍报错

2、升级setuptools wheel pip install --upgrade setuptools wheel

setuptools :创建和分发包,尤其是拥有依赖关系的
wheel :轮子,有助于使包的安装工作正常进行。它们允许更快的安装和更稳定的包分发过程

升级成功,仍是报错

相关文章

网友评论

      本文标题:pip install unitest报错Getting req

      本文链接:https://www.haomeiwen.com/subject/lbcvbjtx.html