Created
January 23, 2018 10:02
-
-
Save vikalpj/69f32e9471785c0b4d6d63ca1c7bd9ff to your computer and use it in GitHub Desktop.
Installing pycryto on mac when error ld: library not found for -lgmp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# solution to ld: library not found for -lgmp | |
brew install gmp | |
LIBRARY_PATH=/usr/local/lib/ pip install pycrypto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment