zoukankan      html  css  js  c++  java
  • matplotlib安装问题解决

     

    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib==3.0.0

     

    在mac环境下,运行matplotlib时出现ImportError: Python is not installed as a framework. 错误提示。

    具体错误信息如下:The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python as a framework on Mac OS X. Please either reinstall Python as a framework, or try one of the other backends. If you are using (Ana)Conda please install python.app and replace the use of 'python' with 'pythonw'. See 'Working with Matplotlib on OSX' in the Matplotlib FAQ for more information. 

    vim ~/.matplotlib/matplotlibrc

    backend: TkAgg
    

      

  • 相关阅读:
    Linux 命令查找文件中某个字段所存在的位置
    PHP in_array() 函数
    php一维数组如何追加到二维数组
    电脑切换窗口
    微擎前端逻辑判断的时弹框
    JDBC批量处理
    数据库事务
    处理BLOB
    JDBC自动生成主键值
    JDBC的元数据
  • 原文地址:https://www.cnblogs.com/wjh123/p/12053738.html
Copyright © 2011-2022 走看看