Trying to install pycrypto on Mac OSX mavericks

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

    If I'm not mistaken, pip and homebrew are both package managers, but homebrew is built on ruby and pip is built on python.

    $ sudo pip install pycrypto
    

    This command you referred to needs pip installed, not homebrew.

    This way to get pip

提交回复
热议问题