AI摘要:文章介绍了在安装nonebot时遇到的报错,报错信息显示缺失对应的whl文件。为了解决这个问题,可以在https://www.lfd.uci.edu/~gohlke/pythonlibs/#_pandas 网站上搜索并下载对应的whl文件,然后使用命令`pip install "whl文件所在"`进行安装。

Powered by AI.

报错如下

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for multidict
Failed to build yarl multidict
ERROR: Could not build wheels for yarl, multidict, which is required to install pyproject.toml-based projects

问题所在

缺失对应的whl文件。

解决办法

安装对应的whl文件
https://www.lfd.uci.edu/~gohlke/pythonlibs/#_pandas
中搜索安装
安装命令

pip install "whl文件所在"

即可

[AD]【腾讯云】年度爆款2核2G4M云服务器118元/年,新老用户同享
最后修改:2022 年 12 月 01 日
如果觉得我的文章对你有用,请随意赞赏