Versucht, Pycrypto auf Mac OSX-Außenseitern zu installieren

Ich versuche gerade, pycrypto zu installieren, und wenn ich python setup.py build ausführe, erhalte ich folgende Fehlermeldung:

cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/_fastmath.o -lgmp -o build/lib.macosx-10.9-intel-2.7/Crypto/PublicKey/_fastmath.so
ld: illegal text-relocation to '___gmp_binvert_limb_table' in /usr/local/lib/libgmp.a(mp_minv_tab.o) from '___gmpn_divexact_1' in /usr/local/lib/libgmp.a(dive_1.o) for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'cc' failed with exit status 1

Ich habe bereits versucht, die Befehlszeilentools neu zu installieren und alte Instanzen von Xcode zu entfernen.

Jede Hilfe wäre toll, danke

Antworten auf die Frage(13)

Ihre Antwort auf die Frage