Long story short, when I write the following:
sudo easy_install MySQL-python
I get the error
EnvironmentError: mysql
I used PyMySQL instead and its working fine!
sudo easy_install-3.7 pymysql