Python 0.14.1安装链接器错误

Python 0.14.1安装链接器错误,python,pandas,installation,linker-errors,mingw32,Python,Pandas,Installation,Linker Errors,Mingw32,在windows 7上尝试使用python2.7和mingc安装pandas with pip时,我遇到了一系列链接器错误,如: c:\mingw\bin\gcc.exe -shared -s build\temp.win32-2.7\Release\pandas\algos.o build\temp.win32-2.7\Release\pandas\algos.def -LD:\Python27\libs -LD:\Python27\PCbuild -lpython27 -lmsvcr90 -

在windows 7上尝试使用python2.7和mingc安装pandas with pip时,我遇到了一系列链接器错误,如:

c:\mingw\bin\gcc.exe -shared -s build\temp.win32-2.7\Release\pandas\algos.o build\temp.win32-2.7\Release\pandas\algos.def -LD:\Python27\libs -LD:\Python27\PCbuild -lpython27 -lmsvcr90 -o build\lib.win32-2.7\pandas\algos.pyd
build\temp.win32-2.7\Release\pandas\algos.o:algos.c:(.text+0x2612): undefined reference to `__sync_fetch_and_add_4'
pip下载了熊猫的0.14.1版

这里有什么问题

Christian

,它的依赖项来自Christoph Gohlke的Windows存储库Python扩展包。该网站包含许多预编译的
.exe
安装程序,用于各种科学计算模块和相关项目,在Windows上使用比尝试使用
pip
编译容易得多。我不确定您当前的错误到底是从哪里来的,但是您很可能在某个地方缺少依赖项