Anaconda Runtime Error: Python is not installed as a framework?

前端 未结 10 1716
时光取名叫无心
时光取名叫无心 2020-12-24 05:53

I\'ve installed Anaconda with the pkg installer:

Python 2.7.10 |Continuum Analytics, Inc.| (default, May 28 2015, 17:04:42) 
[GCC 4.2.1 (Apple Inc. build 557         


        
10条回答
  •  天涯浪人
    2020-12-24 06:12

    A reinstall of matplotlib should fix the issue for you as it did for me with

    conda install matplotlib

提交回复
热议问题