2
我想安裝模糊python軟件包。我有Windows 7操作系統mingw32
和python 2.7
。當我嘗試點擊安裝模糊軟件包時,出現以下錯誤。Pip安裝模糊失敗,因爲gcc編譯失敗
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: build\temp.win-amd64-2.7\Release\src\fuzzy.o: bad reloc address 0x0 in section `.data'
collect2.exe: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
下面是完整的日誌。
請幫忙!
可能重複https://stackoverflow.com/questions/21566454/command-gcc-failed-with-exit-status-1 –
這顯然是一個不同的錯誤。我已經刪除了mnocygwin標誌。此外,我的錯誤讀取「數據」部分中的錯誤reloc地址。在你提到的其他問題中,情況並非如此。 – user2709447
也許這會有所幫助:嘗試運行Cygwin的setup.exe並選擇gcc包,然後確保'gcc'指向gcc而不是mingw32。 –