に私は(のpython 2.7とOSXライオンの)pynumとscipyのダウンロードをインストールし、私はmatplotlibのは(ビルド)matplotlibのインストールMAC OSXライオン
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
誰かが問題を教えてください。
P.S.まず 私はこの方法でそれをインストールしようとした:
pip install -e git+https://github.com/matplotlib/matplotlib#egg=matplotlib-dev
が、それは私のために働いていない
これは解決策ではありませんが、あなたが本当に不満を感じる場合は、[Free Enthought Python Distribution](http://www.enthought.com/products/epd_free.php)をインストールしてみてください。 numpy、scipy、およびmatplotlib。 –
私はちょうど試してみました。それはpython 2.7とライオンで私のためにうまくコンパイルします – jterrace