This is the error I get
(mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install mysql-python Downloading/unpacking mysql-python Do
There maybe various answers for the above issue, below is a aggregated solution.
For Ubuntu:
$ sudo apt update $ sudo apt install python-dev $ sudo apt install python-MySQLdb
For CentOS:
$ yum install python-devel mysql-devel