天天看点

WIN10pip安装mysql-python报错Cannot open include file: ‘config-win.h’: No such file or director的另一种解决思路

安装mysql-python时报错:

由于本人使用的是py36,上文方法无法使用。

解决:

最后用pymysql代替:pip install pymysql

连接串这样写:mysql+pymysql://:@/?charset=utf8