Mysql
 sql >> Base de données >  >> RDS >> Mysql

Installez mysqlclient pour Django Python sur Mac OS X Sierra

J'avais besoin de ce qui suit pour construire/installer mysqlclient

brew install mysql-client
# mysql-client is not on the `PATH` by default
export PATH="/usr/local/opt/mysql-client/bin:$PATH"
# openssl is not on the link path by default
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/openssl/lib/"

Ensuite, je pourrais pip wheel mysqlclient / pip install mysqlclient avec succès