Python3.6及以上版本安装PyMySQL

2019-07-14  本文已影响0人  Eline_569f

win10 Python3.6.8版本,cmd下输入pip install MySQLdb

提示以下错误:Could not find a version that satisfies the requirement MySQLdb (from versions: )No matching distribution found for MySQLdb.

搜索原因发现MySQLdb只支持到python3.4,若python3.5及以上的版本,需要安装PyMySQL。

上一篇下一篇

猜你喜欢

热点阅读