YosefLab/epitome

Matplotlib error

RK900 opened this issue · 5 comments

RK900 commented

ImportError: 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 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.

were you running in jupyter or a terminal?

RK900 commented

In a terminal.

In the terminal case, you would not be making visualizations, right?

RK900 commented

You can still make visulaizations with matplotlib from the command line. This error also occurs when just running the documentation inside a python file and running it normally.

fixed with #29