pandas 0.14.1安装链接器错误

时间:2014-09-30 15:28:56

标签: python pandas installation linker-errors mingw32

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

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版的pandas。

这可能是什么问题?

基督教

1 个答案:

答案 0 :(得分:1)

更容易的时候,download pandas及其依赖来自Christoph Gohlke的Python扩展包for Windows存储库。该站点包含许多预编译的.exe安装程序,适用于各种科学计算模块和相关项目,并且在Windows上使用它比使用pip进行编译更容易。我不确定你当前的错误究竟来自哪里,但你可能会错过某个地方的依赖。