作者热门文章
- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我已经使用 pkg 安装程序安装了 Anaconda:
Python 2.7.10 |Continuum Analytics, Inc.| (default, May 28 2015, 17:04:42)
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://binstar.org
但是当我尝试使用 matplotlib 中的任何东西时,即:
from matplotlib import pyplot as plt
我明白了
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.
我真的不确定这意味着什么,或者如何解决它。
最佳答案
因为我刚遇到这个问题而发帖,这是一个快速修复:
如果你使用 pip 安装:
创建~/.matplotlib/matplotlibrc
将“backend: TkAgg
”(不带引号)添加到文件中。
关于python - Anaconda 运行时错误 : Python is not installed as a framework?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31373163/
我是一名优秀的程序员,十分优秀!