Answers for "python mysqlclient library not found for -lssl"

SQL
0

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 /*
Posted by: Guest on December-21-2020

Code answers related to "python mysqlclient library not found for -lssl"

Code answers related to "SQL"

Browse Popular Code Answers by Language