小编Mar*_*own的帖子

Anaconda运行时错误:Python未作为框架安装?

我用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
Run Code Online (Sandbox Code Playgroud)

但是当我尝试使用matplotlib中的任何东西时,即:

 from matplotlib import pyplot as plt
Run Code Online (Sandbox Code Playgroud)

我明白了

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 …
Run Code Online (Sandbox Code Playgroud)

python macos matplotlib anaconda

33
推荐指数
6
解决办法
3万
查看次数

标签 统计

anaconda ×1

macos ×1

matplotlib ×1

python ×1