Windows7-64位系统在安装MySQL-python 时报错,错误信息如下:
_mysql.c
_mysql.c(42) : fatal error C1083: Cannot open include file: ‘config-win.h’: No s uch file or directory
error: command ‘”C:\Users\fnngj\AppData\Local\Programs\Common\Microsoft\Visual C ++ for Python\9.0\VC\Bin\amd64\cl.exe”‘ failed with exit status 2
(省略部分错误提示内容)
这个错误,我在网上查到的答案是“安装MySQL时没有安装C语言库,需要重新安装MySQL。”
这是一个坑死人的答案,导致我安装了N次MySQL。
正确的答案是需要安装:MySQL-python-1.2.5.win-amd64-py2.7.exe
安装上述文件之后,再通过命令(pip install MySQL-python)安装即可成功。
上述文件下载地址:http://www.opython.com/downloads/MySQL-python-1.2.5.win-amd64-py2.7.zip