在pycharm里安装MySQLdb错误:

来源:3-2 python链接mysql数据库

慕标9353527

2019-09-04

我在PyCharm里敲代码测试连接,但无法成功安装MySQLdb的包,显示错误如下:
ERROR: Could not find a version that satisfies the requirement MySQLdb (from versions: none)
ERROR: No matching distribution found for MySQLdb

写回答

1回答

NavCat

2019-09-06

使用命令行安装:

pip install mysqlclient

如果出现类似“Microsoft Visual C++ Build Tools”这样的错误,参考下面的链接解决:

https://blog.csdn.net/qq_14998713/article/details/78277052

0
1
慕标9353527
非常感谢!
2019-09-20
共1条回复

Python操作三大主流数据库-MySQL+MongoDB+Redis

一次实战同时掌握Python操作MySQL,MongoDB,Redis 三大数据库使用技巧

2024 学习 · 376 问题

查看课程