Skip to content

Instantly share code, notes, and snippets.

@vikalpj
Created January 23, 2018 10:02
Show Gist options
  • Save vikalpj/69f32e9471785c0b4d6d63ca1c7bd9ff to your computer and use it in GitHub Desktop.
Save vikalpj/69f32e9471785c0b4d6d63ca1c7bd9ff to your computer and use it in GitHub Desktop.
Installing pycryto on mac when error ld: library not found for -lgmp
# 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