使用python 操作mysql 在安装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:UsersfnngjAppDataLocalProgramsCommonMicrosoftVisual C ++ for Python9.0VCBinamd64cl.exe"' failed with exit status 2
Cleaning up... Command C:Python27python.exe -c "import setuptools, tokenize;__file__='c:\use rs\fnngj\appdata\local\temp\pip_build_fnngj\MySQL-python\setup.py';exec(c ompile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), _ _file__, 'exec'))" install --record c:usersfnngjappdatalocaltemppip-peervp -recordinstall-record.txt --single-version-externally-managed --compile failed with error code 1 in c:usersfnngjappdatalocaltemppip_build_fnngjMySQL-pyt hon Storing debug log for failure in C:Usersfnngjpippip.log
太奇怪了,以前是在ubuntu/deepin 系统可以安装。换成win10 64位就不行了。
安装:MySQL-python-1.2.3.win-amd64-py2.7.exe 就可以了(百度csdn下载可以找到)
我的驱动是从这儿下的,不行!https://pypi.python.org/pypi/MySQL-python/
也用 pip 装了,不行! C:Python27Scripts>pip install MySQL-python 这pip居然检测不出我的系统版本。 还有为啥python官网搜索不到这个 64位的驱动,我也是醉了。
希望这个问题被百度收录,遇到这个问题的人,别在被上面的答案忽悠了,真不管人家mysql的事儿。