Skip to content Skip to sidebar Skip to footer

Using Matplotlib On Mac For Python 2.7

Wondering if anyone have met with similar issues on Mac OSX? If so, how do you resolve? Thanks. Here are document, code and error message, http://scikit-learn.org/stable/auto_examp

Solution 1:

Are you using a virtual enviorment? Right now it thinks your python isn't a framework. in your terminal run

which python

and make sure it returns

/Library/Frameworks/Python.framework/Versions/2.7/bin/python

you can always intall python as a framework at python https://www.python.org/downloads/

Post a Comment for "Using Matplotlib On Mac For Python 2.7"