pip安装nonebot时报错
报错如下
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文件所在"即可
复制链接
https://blog.imsun.org/archives/Linuxpip%E5%AE%89%E8%A3%85nonebot%E6%97%B6%E6%8A%A5%E9%94%99.html
复制成功!