文章詳情頁
python3.5 - python3使用pip不能安裝第三方庫MySQLdb
瀏覽:126日期: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
相關文章:
排行榜
