ERROR: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-install-zsbbp6ce/mysq

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

Read More: