问题描述:
在macos上使用import matplotlib.pyplot时候遇到报错:
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
解决方法:
- 在~/.matplotlib/matplotlibrc文件中添加一行:backend: TkAgg

本文介绍了在Mac OS X上使用matplotlib时遇到的错误:Python未作为框架安装。提供了将backend设置为TkAgg的方法,包括修改matplotlibrc文件和在导入前设置matplotlib.use('TkAgg'),帮助读者解决此问题。
最低0.47元/天 解锁文章
1398

被折叠的 条评论
为什么被折叠?



