美文网首页
Python3.6及以上版本安装PyMySQL

Python3.6及以上版本安装PyMySQL

作者: Eline_569f | 来源:发表于2019-07-14 23:45 被阅读0次

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。

相关文章

网友评论

      本文标题:Python3.6及以上版本安装PyMySQL

      本文链接:https://www.haomeiwen.com/subject/dtwukctx.html