美文网首页
在mac上运行python --pylab报错

在mac上运行python --pylab报错

作者: amyhy | 来源:发表于2018-01-02 11:45 被阅读192次

    在mac上运行python --pylab报错

    但是在运行的时候发现报错:

    RuntimeError: 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

    相关文章

      网友评论

          本文标题:在mac上运行python --pylab报错

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