我試圖安裝matplotlib,但面臨很多問題。我收到一個常見的錯誤來自兩個點子安裝matplotlib以及試圖從源代碼這是構建:在Mac OSX上安裝matplotlib Mountain Lion
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編譯器。它使用釀造和一切都像魅力工作!
從源碼建設應該沒問題(至少從git最近的版本)。但是你需要確保numpy的頭文件在鏈接器路徑中。 – tiago