ERROR: Could not find a version that satisfies the requirement mysqldb (from versions: none)
编辑器ideaMySQL 5.5python 3.9.2使用编辑器安装mysqldb的时候报错ERROR: Could not find a version that satisfies the requirement mysqldb (from versions: none)ERROR: No matching distribution found for mysqldb网上查阅资料发现MySQ
·
编辑器idea
MySQL 5.5
python 3.9.2
使用编辑器安装mysqldb的时候报错
ERROR: Could not find a version that satisfies the requirement mysqldb (from versions: none)
ERROR: No matching distribution found for mysqldb
网上查阅资料发现
MySQLdb不支持python3环境,因此可以使用PyMySQL完美解决,只需将代码中的MySQLdb换成PyMySQL即可
于是将指令改为
pip install PYMySQL
安装成功
idea如何打开这个界面操作如下
更新
python3可以直接用下面这个命令安装mysqlclient
pip install mysqlclient
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献3条内容
所有评论(0)