在尝试下载 Pyspeckit(一个天文学程序)时,我需要获取 matplotlib 才能使其工作。然而,当我尝试安装 matplotlib 时,cygwin 给了我错误:
In file included from lib/matplotlib/tri/_tri.cpp:8:0:
lib/matplotlib/tri/_tri.h:821:33: error: expected unqualified-id before numeric constant
lib/matplotlib/tri/_tri.cpp: In constructor ‘RandomNumberGenerator::RandomNumberGenerator(long unsigned int)’:
lib/matplotlib/tri/_tri.cpp:2180:28: error: expected identifier before numeric constant
lib/matplotlib/tri/_tri.cpp:2180:28: error: expected ‘{’ before numeric constant
lib/matplotlib/tri/_tri.cpp: At global scope:
lib/matplotlib/tri/_tri.cpp:2180:28: error: expected unqualified-id before numeric constant
error: command 'gcc' failed with exit status 1
所以我想知道是否有人可以解决这个问题?我通过 Cygwin 使用 python 2.7.3,所以使用安装程序 exe 将不起作用。
如果没有,是否有可能指出我可以从 cygwin 访问像树冠这样的东西,因为树冠或类似的包已经预装了 matplotlib?
谢谢你的时间。