Open nikhileshva opened 8 years ago
have you figured it out?
Umm, I don't remember how I solved it. It's almost two years now.
Looks like this only supports up to the current legacy version of mysql - version 5.7. Best to probably switch to other connectors: https://stackoverflow.com/a/51351548
Anyways on a Mac the fix was:
brew remove mysql
brew install mysql@5.7
brew link --force mysql@5.7
pip install msyql-python
@lixuemuyangfeng
Looks like this only supports up to the current legacy version of mysql - version 5.7. Best to probably switch to other connectors: https://stackoverflow.com/a/51351548
Anyways on a Mac the fix was:
brew remove mysql brew install mysql@5.7 brew link --force mysql@5.7 pip install msyql-python
@lixuemuyangfeng
Please edit typo from:
pip install msyql-python
To:
pip install mysql-python
This project is not maintained for a long time. Use pip install mysqlclient
instead.
I get this error when I install it through pip