You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tomerf8
glad you found the fix,
maybe it'd be good to add this in a section of the README, or even adding the extra flags to the setup.py, since I guess brew will be a common way of installing openssl under osx.
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
The text was updated successfully, but these errors were encountered: