matplotlib致命错误ft2

时间:2014-02-26 13:35:05

标签: python windows matplotlib installation

我在Windows 7上安装了pythonxy,运行

后出错
from pylab import * 

似乎来自matplotlib,连接到ft2font模块。我尝试从https://pypi.python.org/pypi/matplotlib/1.1.0下载并运行

重新安装matplotlib
python setup.py install 

安装将中止消息

In file included from src/ft2font.cpp:3:0:
src/ft2font.h:16:22: fatal error: ft2build.h: No such file or directory
#include <ft2build.h>
                  ^
compilation terminated.
error: command 'gcc' failed with exit status 1

有人可以帮我这个吗?

编辑:下面的答案可能仍然有助于某人(对我来说更多的错误发生了,最后我安装了Oracle Virtual Box。现在我在虚拟盒中运行Ubuntu,一切正常:)

1 个答案:

答案 0 :(得分:0)

您需要为“freetype2”安装开发库,这样做取决于您如何配置本地环境。

这里有更详细的解释;

http://gnuwin32.sourceforge.net/packages/freetype.htm

http://www.freetype.org/download.html

这里似乎也回答了类似的问题;

Visual studio 2010 no such file

然而,这可能是一个棘手的过程,matplotlib建议Windows用户使用Python的“Enthought Edition”,其中预装了许多这些软件包;

http://matplotlib.org/users/installing.html#installing-on-windows