Error installing mysql-python: library not found for -lssl

You can set ssl library path explicitly.

LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysqlclient

Leave a Comment