我按照此处给出的说明
安装了python 3.4.3,然后安装了zlib,最后python setup.py install
在下载后执行,从此处提取yowsup,在此处输入链接描述
并将目录更改为yowsup-master。
但我得到这个错误:
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: build\
temp.win-amd64-3.4\Release\curve25519module.o: bad reloc address 0x14 in section
`.data'
collect2.exe: error: ld returned 1 exit status
error: command 'C:\\MinGW\\bin\\gcc.exe' failed with exit status 1
然后由于上述不起作用,我尝试使用pip install yowsup2
但我得到了同样的错误。任何人都可以绕过这个错误吗?我不喜欢 python,所以不知道为什么会发生这个错误。
我在 Windows 8.1 64 位。