matplotlibをインストールしようとしていますが、多くの問題に直面しています。pip install matplotlibと、ソースからビルドしようとすると、次のような一般的なエラーが発生します。
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
必要な依存関係
numpy: 1.6.1
* Could not find the headers for numpy. You may
* need to install the development package.
編集:最終的にそれを解決しました。gfortranおよびgccコンパイラをインストールする必要がありました。醸造を使用してそれをしました、そしてすべてが魅力のように働きました!