Python 安装matplotlib报错解决

...      
      copying lib\matplotlib\mpl-data\fonts\ttf\STIXGeneralBol.ttf -> build\lib.win-amd64-3.10\matplotlib\mpl-data\fonts\ttf
      UPDATING build\lib.win-amd64-3.10\matplotlib\_version.py
      set build\lib.win-amd64-3.10\matplotlib\_version.py to '3.5.2'
      running build_ext
      error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-buil
d-tools/
      Building freetype in build\freetype-2.6.1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> matplotlib

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

解决:

1.查看自己的python版本和需要下载的matplotlib版本

这里查看报错的第1行和第3行

 copying lib\matplotlib\mpl-data\fonts\ttf\STIXGeneralBol.ttf -> build\lib.win-amd64-3.10\matplotlib\mpl-data\fonts\ttf
 set build\lib.win-amd64-3.10\matplotlib\_version.py to '3.5.2'

得知python版本为3.10,matplotlib 版本为 3.5.2

2. 下载对应的版本的.whl 文件

地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib

我下载了  matplotlib-3.5.2-cp310-cp310-win_amd64.whl

再打开cmd,输入:

pip install matplotlib-3.5.2-cp310-cp310-win_amd64.whl

成功!

  • 3
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值