Toybrick

标题: pip3 安装matplotlib 库报错!希望大神可以帮忙解决! [打印本页]

作者: 1074292224    时间: 2019-6-25 18:50
标题: pip3 安装matplotlib 库报错!希望大神可以帮忙解决!

    src/checkdep_freetype2.c:1:10: fatal error: ft2build.h: No such file or directory
     #include <ft2build.h>
              ^~~~~~~~~~~~
    compilation terminated.
    error: command 'gcc' failed with exit status 1

    ----------------------------------------
尝试装了很多依赖!


作者: jefferyzhang    时间: 2019-6-26 08:51
dnf install python3-matplotlib.aarch64

尽量不要用pip3安装,pip3上的很多安装程序对aarch64不友好。
dnf只要能搜到的一定能装得上。
作者: 1074292224    时间: 2019-6-26 09:41
jefferyzhang 发表于 2019-6-26 08:51
dnf install python3-matplotlib.aarch64

尽量不要用pip3安装,pip3上的很多安装程序对aarch64不友好。

dnf装不上,没有匹配项!
作者: 1074292224    时间: 2019-6-26 09:43
1074292224 发表于 2019-6-26 09:41
dnf装不上,没有匹配项!

已解决,谢谢

作者: largesun    时间: 2019-10-18 23:17
1074292224 发表于 2019-6-26 09:43
已解决,谢谢

请问用什么方法解决的呢
作者: largesun    时间: 2019-10-18 23:45
largesun 发表于 2019-10-18 23:17
请问用什么方法解决的呢

解决方法:
1、dnf install -y freetype-devel
2、下载matplotlib的源码运行python3 setup.py install 或者pip3 install matplotlib




欢迎光临 Toybrick (https://t.rock-chips.com/) Powered by Discuz! X3.3