For Lunix and Mac computers, installing the MySQLClient component is a must
Debian/Ubuntu- sudo apt-get install python-dev default-libmysqlclient-dev
红帽/ CentOS- sudo yum install python-devel mysql-devel
macOS(自制)- brew install mysql-client
div>