clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
error: command 'cc' failed with exit status 1


解决方法:


env ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future easy_install pycrypto


参考:

http://www.v2ex.com/t/105281