Windows下Python3安装MySQL模块报错: Could not find a version that satisfies the requirement MySQLdb

169 阅读1分钟

首现在Python3中需要使用MySQLdb的时候, 可以安装Mysqlclient , 

之后添加

import pymysql

pymysql.install_as_MySQLdb()

就OK了