matplotlib安装问题解决
Posted wjh123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于matplotlib安装问题解决的主要内容,如果未能解决你的问题,请参考以下文章
anaconda安装tensorflow后引入不了matplotlib的解决方法