安装MySQL-python报错比较多,但不关mysql的事
Windows下安装MySQLdb遇到的问题及解决方法
pip install MySQL-python
error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat).
Get it from http://aka.ms/vcpython27
按上面提示到http://aka.ms/vcpython27下载安装后执行VCForPython27.msi后仍然报下面的错误:
_mysql.c(42) : fatal error C1083: Cannot open include file: ‘config-win.h’:
No such file or directory
error: command ‘C:\Users\Administrator\AppData\Local\Programs\Common\
Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe’ failed with exit
status 2
解决办法:搜索或者到下面网址下载安装:MySQL-python-1.2.3.win-amd64-py2.7.exe
MySQL-python 1.2.3 for Windows and Python 2.7, 32bit and 64bit versions | codegood
http://www.codegood.com/archives/129
本文解决了在Windows环境下使用pip安装MySQL-python时遇到的各种问题,包括提示需要Microsoft Visual C++ 9.0、找不到config-win.h文件等。提供了解决方案,并推荐了直接下载预编译版本的方法。
4216

被折叠的 条评论
为什么被折叠?



