文章详情页
python3.5 - python3使用pip不能安装第三方库MySQLdb
浏览:75日期:2022-06-20 08:00:50
问题描述
用的python 3.5,使用pip不能安装第三方库MySQLdb:
D:demo>pip install MySQLdbCollecting MySQLdb Could not find a version that satisfies the requirement MySQLdb (from versions: )No matching distribution found for MySQLdb
在http://www.lfd.uci.edu/~gohlk... 寻找,不知道是哪一个。
要怎么才可以?
问题解答
回答1:MySQLdb不支持py3请使用PyMySQL代替之~
回答2:我也郁闷了,下载的一个Django-erp系统用的是MySQLdb,我用的是python3.5.2
相关文章:
1. javascript - 修改表单多选项时和后台同事配合的问题。2. javascript - H5页面怎么查看console信息?3. angular.js - angularjs 怎么封装 upload 上传4. dockerfile - [docker build image失败- npm install]5. javascript - 关于Js中 this的一道题6. mysql - 索引过滤性不好是由什么原因引起的,应该怎么解决7. mysql - 我的myeclipse一直连显示数据库连接失败,不知道为什么8. javascript - vue生成一维码?求助!!!!!急9. android - Listview模仿朋友圈点赞的TextView没有刷新?10. 网页爬虫 - Python:爬虫的中文编码问题?
排行榜
