pandas 0.14.1安装链接器错误



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

c:mingwbingcc.exe -shared -s buildtemp.win32-2.7Releasepandasalgos.o buildtemp.win32-2.7Releasepandasalgos.def -LD:Python27libs -LD:Python27PCbuild -lpython27 -lmsvcr90 -o buildlib.win32-2.7pandasalgos.pyd
buildtemp.win32-2.7Releasepandasalgos.o:algos.c:(.text+0x2612): undefined reference to `__sync_fetch_and_add_4'

pip下载了熊猫0.14.1版本。

这里可能有什么问题?

Christian

为了方便起见,请从Christoph Gohlke的Python扩展包Windows存储库下载pandas及其依赖项。该网站包含许多预编译的.exe安装程序,用于各种科学计算模块和相关项目,在Windows上使用比使用pip更容易。我不确定你当前的错误到底是从哪里来的,但很有可能你在某个地方缺少了依赖项。

最新更新