我想使用matplotlib.pyplot。我不能因为
altoidnerd@LEPTON:~/ $ pip install matplotlib
在ubuntu 14上失败,发出egg_info错误,并警告“无法构建包freetype”
* The following required packages can not be built:
* freetype
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8UvQcW/matplotlib
但是
altoidnerd@LEPTON:~/$ dpkg -L libfreetype6
/.
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
/usr/share
/usr/share/doc
/usr/share/doc/libfreetype6
/usr/share/doc/libfreetype6/FTL.TXT.gz
/usr/share/doc/libfreetype6/ft2faq.html
/usr/share/doc/libfreetype6/TODO
/usr/share/doc/libfreetype6/copyright
/usr/share/doc/libfreetype6/changelog.Debian.gz
/usr/share/doc/libfreetype6/pcf
/usr/share/doc/libfreetype6/pcf/README
/usr/lib/x86_64-linux-gnu/libfreetype.so.6
我的debug.log在这里:http://pastebin.com/rvDuYDiy
关于github的这个讨论去年关闭了,但是我无法用它来解决问题(我留下了一个注释):
https://github.com/matplotlib/matplotlib/issues/3029
我也开始了reddit thread。
答案 0 :(得分:10)
这对我有用:
sudo apt-get install libfreetype6-dev pkg-config
答案 1 :(得分:0)
我遇到了类似的问题:
easy_install -U pip
pip install matplotlib