pip安装nonebot时报错
•分享
1005 0
AI摘要:报错提示缺失对应的whl文件,解决办法是在https://www.lfd.uci.edu/~gohlke/pythonlibs/#_pandas中搜索并安装对应的whl文件,然后使用命令pip install "whl文件所在"进行安装。
Powered by AISummary.
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文件所在"
即可