报错如下#
注意:此错误源自子进程,可能与 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文件所在"
即可