python mysqlclient library not found for lssl

Solutions on MaxInterview for python mysqlclient library not found for lssl by the best coders in the world

showing results for - "python mysqlclient library not found for lssl"
Erica
19 Oct 2019
1// FOR PYTHON2.7
2/* Locate openssl with command */ brew info openssl
3/* and copy into */ ~/.zshrc/ /* this lines */
4export LDFLAGS="-L/usr/local/opt/*/lib"
5export CPPFLAGS="-I/usr/local/opt/*/include"
6/* then */ source ~/.zshrc/ /* now reload the terminal or set the copied environment variables from the terminal /*