Matplotlib は最近、python 3 互換バージョンをリリースしました。matplotlib をインストールするには、numpy が必要です。
matplotlib のインストールについては、こちらの手順に従っていました。ここで Mac OS Lion 10.7の手順に従って numpy をインストールしようとしましたが (十分に似ていることを期待して)、最初のコマンドでターミナルが動かなくなりました。
$curl http://python-distribute.org/distribute_setup.py | python3
dyld: Library not loaded: @rpath/libcurl.4.dylib
Referenced from: /Library/Frameworks/Python.framework/Versions/Current/bin/curl
Reason: Incompatible library version: curl requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0
2番目のものも同じです(予想どおり):
$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python3
dyld: Library not loaded: @rpath/libcurl.4.dylib
Referenced from: /Library/Frameworks/Python.framework/Versions/Current/bin/curl
Reason: Incompatible library version: curl requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0
カールエラーを修正する方法についてのアイデアはありますか?