Python 提示 “No matching distribution found for MySQLdb”


一、現象

終端運行:pip install MySQLdb

報:

ERROR: Could not find a version that satisfies the requirement MySQLdb (from versions: none)

ERROR: No matching distribution found for MySQLdb

 

 

二、解決

因運行環境為Python3

MySQLdb 用於 Python2 的環境模塊, Python3中不支持

pymysql 用於 Python3

因此在Python3中用於鏈接Mysql數據庫的接口時 用模塊:pymysql,即安裝命令為:

pip install pymysql

 

 

三、總結

 

多動手 多練習

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM