Trying to install pycrypto on Mac OSX mavericks

前端 未结 14 2163
逝去的感伤
逝去的感伤 2020-12-28 17:25

I am currently trying to install pycrypto and when I execute python setup.py build I receive this following error:

cc -bundle -undefined dynamic_lookup -arch         


        
14条回答
  •  情话喂你
    2020-12-28 17:40

    This worked for me. (Should work if you are on Xcode 5.1)

    ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install pycrypto
    

提交回复
热议问题