pynum と scipy を (python 2.7 の osx Lion に) インストールしましたが、matplotlib をビルドしようとしたときに
git clone https://github.com/matplotlib/matplotlib.git
cd matplotlib
python setup.py build
python setup.py install
私はこれらのエラーを持っています:
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Headers/ATSTypes.h:242: error: declaration for parameter ‘FMFontDirectoryFilter’ but no such parameter
src/_macosx.m:5912: error: expected ‘{’ at end of input
lipo: can't open input file: /var/folders/qw/pr2f7vq91b3c3ngkxrrqplm8zkv09r/T//ccAgEklo.out (No such file or directory)
error: command 'llvm-gcc-4.2' failed with exit status 1
誰かが私に何が問題なのか教えてもらえますか?
PS最初は、この方法でインストールしようとしました:
pip install -e git+https://github.com/matplotlib/matplotlib#egg=matplotlib-dev
しかし、それは私にとってはうまくいきません