yum search mysqlclient yum install python36-mysql # 执行下面命令,会发现mysqlclient已经通过yum安装成功了 pip3 install mysqlclient # 安装mysql pip3 install mysql