码迷,mamicode.com
首页 > 其他好文 > 详细

matplotlib安装问题解决

时间:2019-12-17 13:20:50      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:with   common   margin   cond   document   replace   错误提示   error:   framework   

 

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安装问题解决

标签:with   common   margin   cond   document   replace   错误提示   error:   framework   

原文地址:https://www.cnblogs.com/wjh123/p/12053738.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!