快速了解一下背景
我正在运行带Anaconda 4.5.8和Python 2.7.15 [MSC v.1500 64位]的Windows 10。
我跑步时出现的问题是自己
python setup.py build_ext --inplace --compiler=mingw32
在出现此错误之前,一切“看起来”都不错:
c:/mingw_w64/bin/../lib64/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ld.exe: build\temp.win-amd64-2.7\Release\geometry.o: bad reloc address 0x0 in section `.data'
collect2.exe: error: ld returned 1 exit status
error: command 'C:\\MinGW_w64\\bin\\gcc.exe' failed with exit status 1
当我查看指定的文件夹时,我得到了.c文件以及包含.def和.o文件的构建文件夹。
我已经查看了该网站上的多个问题以及遍及整个网络的其他资料,但是似乎没有答案是“正确的”答案。
任何线索都将为您服务。