Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

python mysqlclient library not found for -lssl

// FOR PYTHON2.7
/* Locate openssl with command */ brew info openssl
/* and copy into */ ~/.zshrc/ /* this lines */
export LDFLAGS="-L/usr/local/opt/*/lib"
export CPPFLAGS="-I/usr/local/opt/*/include"
/* then */ source ~/.zshrc/ /* now reload the terminal or set the copied environment variables from the terminal /*
 
PREVIOUS NEXT
Tagged: #python #mysqlclient #library
ADD COMMENT
Topic
Name
8+1 =