win10 Python3.6.8版本,cmd下輸入pip install?MySQLdb
提示以下錯(cuò)誤:Could not find a version that satisfies the requirement MySQLdb (from versions: )No matching distribution found for MySQLdb.
搜索原因發(fā)現(xiàn)MySQLdb只支持到python3.4,若python3.5及以上的版本,需要安裝PyMySQL。

win10 Python3.6.8版本,cmd下輸入pip install?MySQLdb
提示以下錯(cuò)誤:Could not find a version that satisfies the requirement MySQLdb (from versions: )No matching distribution found for MySQLdb.
搜索原因發(fā)現(xiàn)MySQLdb只支持到python3.4,若python3.5及以上的版本,需要安裝PyMySQL。