Trying to install pycrypto on Mac OSX mavericks

前端 未结 14 2109
逝去的感伤
逝去的感伤 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:57

    To install pycrypto run the following command

    $ CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/Cellar/gmp/6.1.2_2/lib pip install pycrypto
    

提交回复
热议问题