I am trying to install matplotlib but am facing many problems. I get a general error from both install install matplotlib, and also try to build from a source that:
BUILDING MATPLOTLIB
matplotlib: 1.1.1
python: 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC 4.2.1
Compatible Apple Clang 4.0
(tags/Apple/clang-418.0.60)]
platform: darwin
NECESSARY DEPENDENCIES
numpy: 1.6.1
* Could not find the headers for numpy. You may
* need to install the development package.
EDIT: finally decided. I needed to install gfortran and gcc compilers. It used a brew and it worked like a charm!
source
share