报错信息:

OSError: mysql_config not found

解决方法:

执行以下命令
yum install python-devel mysql-devel -y

然后再 pip3 install mysqlclient 可顺利安装完成

相关文章: