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/"
次に、pip wheel mysqlclient
を実行できます。 / pip install mysqlclient
正常に