一、現象
終端運行: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
三、總結
多動手 多練習
浙公網安備 33010602011771號