報錯如下#
注意:此錯誤來自子進程,可能不是 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文件所在"
即可