如果当前python版本为3.X 说明MySQLdb不支持当前python版本
pip安装会出现
Could not find a version that satisfies the requirement MySQLdb (from versions: none)
改为 pip install pymysql 可行
(python)出现MySQLdb模块未加载
原文:https://www.cnblogs.com/venus-ping/p/12813463.html