Skip to content

Instantly share code, notes, and snippets.

@ig0rix
Created May 12, 2016 10:51
Show Gist options
  • Save ig0rix/da4ca0684ae2e9ff93e400ca4154348e to your computer and use it in GitHub Desktop.
Save ig0rix/da4ca0684ae2e9ff93e400ca4154348e to your computer and use it in GitHub Desktop.
fix for cryptography error
build/temp.macosx-10.11-intel-2.7/_openssl.c:423:10: fatal error: 'openssl/opensslv.h' file not found
#include <openssl/opensslv.h>
ARCHFLAGS="-arch x86_64" LDFLAGS="-L/usr/local/opt/openssl/lib" \
CFLAGS="-I/usr/local/opt/openssl/include" pip install cryptography
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment