pip install unitest报错Getting req

2025-04-20  本文已影响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 :轮子,有助于使包的安装工作正常进行。它们允许更快的安装和更稳定的包分发过程

升级成功,仍是报错

上一篇 下一篇

猜你喜欢

热点阅读