-
Notifications
You must be signed in to change notification settings - Fork 41
Description
I'm having the same error while trying to install through pip or from sources:
OSX Sierra.
Python 2.7.12
openssl-1.0.2j installed via brew
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -DMODULE_NAME="pysqlcipher.dbapi2" -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS5=1 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_LOAD_EXTENSION=1 -DSQLITE_HAS_CODEC=1 -DSQLITE_TEMP_STORE=2 -DHAVE_USLEEP=1 -Iamalgamation -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c amalgamation/sqlite3.c -o build/temp.macosx-10.12-x86_64-2.7/amalgamation/sqlite3.o amalgamation/sqlite3.c:18280:10: fatal error: 'openssl/rand.h' file not found #include <openssl/rand.h> ^ 1 error generated. error: command 'clang' failed with exit status 1