RuntimeError: Python is not installed as a framework
【摘要】 问题描述
引入 matplotlib 的时候
import matplotlib.pyplot as plt
1
报错如下:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
...
in <module>
from matplotl...
问题描述
引入 matplotlib 的时候
import matplotlib.pyplot as plt
- 1
报错如下:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
...
in <module>
from matplotlib.backends import _macosx
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 Working with Matplotlib in a virtual enviroment see 'Working with Matplotlib in Virtual environments' in the Matplotlib FAQ
- 1
- 2
- 3
- 4
- 5
- 6
- 7
解决方法
进入目录: ~/.matplotlib
创建一个名为matplotlibrc的文件,内容是:
backend: TkAgg
- 1
参考:
文章来源: pengshiyu.blog.csdn.net,作者:彭世瑜,版权归原作者所有,如需转载,请联系作者。
原文链接:pengshiyu.blog.csdn.net/article/details/80219847
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)