Jianqing's Blog Archive

fatal error: 'openssl/opensslv.h' file not found

brew install openssl

env LDFLAGS=”-L$(brew –prefix openssl)/lib” CFLAGS=”-I$(brew –prefix openssl)/include” pip install cryptography

Tags: