美文网首页Python
osx下pip3安装matplotlib时 'The f

osx下pip3安装matplotlib时 'The f

作者: Jenson_ | 来源:发表于2017-01-09 21:38 被阅读14次

    出现这个提示,乍一看以为没有安装freetype的原因,后来找其安装方法。使用brew install freetype ,有提示already installed。然后又看了很多文章,照着改了很多都没有办法。后来胡乱一通查找看到了这个问答

    I think the other answers are on the right track, but I encountered this same problem and can attest that:
    brew install pkg-config
    brew install freetype
    pip install matplotlib
    

    上面意思说这哥们遇到过同样的问题,下面的能解决。所以试了下brew install pkg-config然后自动安装了,因为freetype已经提示安装了。最后又安装了一次pip3 install matplotlib成功了

    相关文章

      网友评论

        本文标题:osx下pip3安装matplotlib时 'The f

        本文链接:https://www.haomeiwen.com/subject/xbwhbttx.html