我試圖使用python 2.7在Windows 10安裝pyslalib package和不斷收到以下內容:無法使用python2.7/MINGW在Windows上安裝pyslalib包10
「collect2.exe:錯誤:LD返回1退出狀態「
當我嘗試運行」python setup.py install「時出現消息。我認爲這可能是我的mingw配置的問題,但我似乎無法找到問題。
任何有關這個問題的幫助將不勝感激。我在週末的大部分時間都在吃這個。
感謝,
輸出錯誤是:
C:\Python27\libs/libpython27.a(dmmes01026.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00281.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00105.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00253.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00227.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00712.o):(.idata$7+0x0): more undefined references to `_head_C__build27_cpython_PCBuild_libpython27_a' follow
collect2.exe: error: ld returned 1 exit status
我有同樣的問題,你的小費幫助我解決了我的問題。 – alex
該鏈接處於離線狀態,archive.org有一個副本:https://web.archive.org/web/20000829082204/http://starship.python.net/crew/kernr/mingw32/pexports-0.42h.zip編輯 – n611x007
這個問題似乎已經在Python 2.7.11(12月5日發佈)中解決了,所以現在最簡單的解決方案就是更新。 –