我尝试在Cygwin上构建pandas并遇到构建pandas.msgpack._packer的错误:
building 'pandas.msgpack._packer' extension
错误是:
gcc: error: spawn: No such file or directory
这是构建命令:
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python3/python3-3.4.3-1.x86_64/build=/usr/src/debug/python3-3.4.3-1 -fdebug-prefix-map=/usr/src/ports/python3/python3-3.4.3-1.x86_64/src/Python-3.4.3=/usr/src/debug/python3-3.4.3-1 -D__LITTLE_ENDIAN__=1 -Ipandas/src/msgpack -Ipandas/src/klib -Ipandas/src -I/tmp/pip-build-mdmyz2dz/pandas/.eggs/numpy-1.10.2-py3.4-cygwin-2.3.1-x86_64.egg/numpy/core/include -I/usr/include/python3.4m -c pandas/msgpack/_packer.cpp -o build/temp.cygwin-2.3.1-x86_64-3.4/pandas/msgpack/_packer.o
我猜测gcc没有找到pandas/src/msgpack
它的子目录,因为先前的构建使用除了这些之外的所有其他链接.
我想,我的问题是,是否有人试图在Cygwin的python上安装pandas?如果没有,有什么线索在这里发生了什么?
在cygwin中安装以下软件包:
python2-numpy python2-six python2-wheel python2-setuptools python2-pip python2-cython gcc-core gcc-fortran gcc-g++ make wget
然后在Cygwin Terminal中,构建并安装
pip2 install pytz python-dateutil pip2 install pandas