Mac 下安装 mysqlclient

brew install mysql
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"
pip install mysqlclient
brew uninstall mysql

原文地址:https://www.cnblogs.com/twotigers/p/13673853.html