Can you help me bro? I am still having trouble with that crap, I can't download mysqlclient on my Mac. Your tips didn't work! #467
Unanswered
Atabekarapov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @janikarh, i had the same error minutes ago. I solved it doing this:
$ brew uninstall mysql
$ brew install mysql-connector-c
$ brew unlink mysql-connector-c
$ brew install mysql
$ pip install mysql-python
From: https://stackoverflow.com/questions/40587558/error-installing-mysql-python-library-not-found-for-lssl
Good luck.
Originally posted by @elangelgris in #169 (comment)
Beta Was this translation helpful? Give feedback.
All reactions