2014-01-17 31 views
0
下pythonw3.3安裝matplotlib

我試圖用這個命令來安裝matplotlib:無法在Mac

pip install matplotlib 

我得到這個錯誤:

src/ft2font.h:16:10: fatal error: 'ft2build.h' file not found 

#include <ft2build.h> 

     ^

1 warning and 2 errors generated. 

error: command '/usr/bin/clang' failed with exit status 1 

這個錯誤是什麼意思?我能夠安裝其他軟件包一樣顛簸等

我做了

brew install freetype 

我得到這個錯誤:

Warning: freetype-2.5.2 already installed, it's just not linked 

這是什麼意思?

我有自由型安裝如下所示:

/usr/local/include/freetype -> /usr/X11/include/freetype2/freetype 

我堅持,任何想法,任何機構?

回答

0

我跟隨在本網站的一步,它的工作:

http://matplotlib.org/faq/installing_faq.html