解决:在工程文件的__init__.py中加上(打黄这个) 指定版本
import pymysqlpymysql.version_info = (1, 4, 13, "final", 0)pymysql.install_as_MySQLdb()