DataAnalysisInAction icon indicating copy to clipboard operation
DataAnalysisInAction copied to clipboard

RuntimeError: Python is not installed as a framework.

Open program-spiritual opened this issue 6 years ago • 1 comments

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 using (Ana)Conda please install python.app and replace the use of 'python' with 'pythonw'. See 'Working with Matplotlib on OSX' in the Matplotlib FAQ for more information.

program-spiritual avatar Feb 11 '19 16:02 program-spiritual

import matplotlib
matplotlib.use('TkAgg')

program-spiritual avatar Feb 11 '19 16:02 program-spiritual