我想在Debian 8上安装适用于python 2.7的matlibplot 1.5.0。我已经安装了libfreetype6-dev && libpng-dev,但仍然出现错误:
freetype: no [The C/C++ header for freetype2 (ft2build.h)
could not be found. You may need to install the
development package.]
============================================================================
* The following required packages can not be built:
* freetype如何修复它?
发布于 2016-01-26 20:01:41
看起来好像缺少开发包。解决方案:
sudo apt-get install libfreetype6-devhttps://stackoverflow.com/questions/35013173
复制相似问题