2014-09-30 100 views
0

當試圖使用在Windows 7上python2.7和mingc PIP熊貓我運行安裝到一系列鏈接錯誤的,如:大熊貓0.14.1安裝連接錯誤

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大熊貓。

這裏有什麼問題?

基督教

回答

1

對於一個更容易的時間,download pandas和克里斯托夫Gohlke的Python擴展包的Windows庫的依賴關係。該網站包含許多預編譯的.exe安裝程序,適用於各種科學計算模塊和相關項目,在Windows上使用起來要比使用pip進行編譯要容易得多。我不確定你當前的錯誤是從哪裏來的,但有可能你錯過了某處的依賴關係。