CentOS pip install mysqlclient 安装报错
安装依赖: yum install mysql-devel
然后再执行: pip install mysqlclient
原文:https://www.cnblogs.com/lab-zj/p/12200180.html