I am trying to pip install the MySQL-python package, but I get an ImportError.
pip install
MySQL-python
ImportError
Jans-MacBook-Pro:~ jan$ /Library/Framew
Do pip3 install PyMySQL and then pip3 install mysqlclient. Worked for me
pip3 install PyMySQL
pip3 install mysqlclient