当前位置: 首页 > 工具软件 > build > 使用案例 >

Could not build wheels

马沛
2023-12-01

使用pip安装第三方软件时,提示Could not build wheels for ***, since package 'wheel' is not installed.

经查询是因为pip版本低,更新pip后正常安装软件。

更新pip命令

python -m pip install -U --force-reinstall pip

如果仔细查看报错信息,日志里已经提供了解决方法。 

15:27:50  You should consider upgrading via the 'python -m pip install --upgrade pip' command.
 类似资料:

相关阅读

相关文章

相关问答