django 1.8 的 mysql 安装错误

installation error of mysql for django 1.8

我正在尝试使用 pip 安装 mysql,但出现此错误。 我是 python

的新手

cmd 显示

"fatal error C1083: Cannot open include file: 'config-win.h: no such file or directory 
error: command 'C:\programfiles(x86)\microsoft visual studio 10.0\vc\bin\c1.exe' 
failed to exit status 2"

如果已经解决了,我很抱歉,因为我不理解所提供的解决方案,例如 site.cfg that they say don't work anymore (i don't even understand it) my problem is also similar to this

我正在使用 python 3.4.3 和 django 1.8.2

mysql-python 目前不支持 python 3
您必须安装 mysql 客户端和 PyMysql