Jag har Python 2.7.5, MySQL 5.6 och CentOS 7.1.1503 .
För mig fungerade det med följande kommando:
# pip install mysql-python
Observera förutsättningarna här:
Installera Python pip:
# rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
# yum -y update
Reboot the machine (if kernel is also updated)
# yum -y install python-pip
Installera Python-utvecklingspaket:
# yum install python-devel
Installera MySQL-utvecklingspaket:
# yum install mysql-devel