sudo pip install MySQLdb
安装数据库第三方包,报错:
Could not find a version that satisfies the requirement MySQLdb (from versions: )
No matching distribution found for MySQLdb
将MySQLdb改成pyMySQL就OK啦:sudo pip install pyMySQL
安装数据库第三方包,报错:
Could not find a version that satisfies the requirement MySQLdb (from versions: )
No matching distribution found for MySQLdb
将MySQLdb改成pyMySQL就OK啦:sudo pip install pyMySQL