Python 安装 matplotlib失败

it2025-02-17  25

问题描述

按照指令安装matplotlib失败,报错如下:

解决

新手Python programmer,遇到安装报错这种低级错误很想卸载重装,还好忍住查资料解决掉了。 问题出在了

pip install kiwisolver

在安装kiwisolver时又报错了: 所以要先安装:

pip install wheel

然后again:

pip install kiwisolver python -m pip install --user matplotlib

就可以了:

最新回复(0)