Il y a plusieurs raisons à l'échec. La solution cette fois est la solution lorsque ce qui suit est fait mais cela échoue toujours.
J'obtiens l'erreur suivante même s'il n'y a pas de problème ci-dessus.
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/gcc' failed with exit status 1
Dans ce cas, il a été installé en exécutant l'installation par la méthode suivante.
LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysqlclient
via Can't install mysqlclient on MacOS · Issue #131 · PyMySQL/mysqlclient-python