Fehler bei der Installation der mysql-python: library not found for -lssl

Ich habe Probleme bei der Installation von mysql-python. Erstellt eine neue virtualenv und bei der Installation von mysql-python... hier ist die Fehler Meldung:

(env)$ pip install mysql-python
Collecting mysql-python
...

clang -bundle -undefined dynamic_lookup -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk build/temp.macosx-10.12-x86_64-2.7/_mysql.o -L/usr /local/Cellar/mysql/5.7.16/lib -lmysqlclient -lssl -lcrypto -o build/lib.macosx-10.12-x86_64-2.7/_mysql.so
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'clang' failed with exit status 1

Mithilfe von homebrew, ich habe installiert:

Schon versucht brew link aber brauen sich weigert, dies zu tun.

OS ist MacOS Sierra.

Kann jemand helfen? Danke!

Schreibe einen Kommentar