美文网首页
Python安装数据库失败Cannot open include

Python安装数据库失败Cannot open include

作者: 小程序 | 来源:发表于2016-11-15 10:33 被阅读525次

Window7下使用“pip”安装“[MySQL]”
遇到错误

Python Version 2.7 required which was not found in the registry
Microsoft Visual C++ 9.0 is required Unable to find vcvarsall.bat

安装完 VC++后,又出现错误
提示错误:

_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h':no such file or directory

最后解决办法:
最终还是直接去安装MySQL-python 1.2.3 for Windows :
(http://www.codegood.com/archives/129 )。

相关文章

网友评论

      本文标题:Python安装数据库失败Cannot open include

      本文链接:https://www.haomeiwen.com/subject/mpbkpttx.html