注意 安装MysqLclient不指定版本号可能会出错,需要指定为MysqLclient==1.3.6
#安装MysqL-python #(应该是可选) pip install wheel #安装 pip install MysqLclient==1.3.6
参考 windows python2.7 安装MysqL https://www.cnblogs.com/fatshen/p/8535953.html
Windows 10安装Python 2.7和MysqL-python