今天想在在win7 64位环境下使用python 操作mysql 在安装MySQL-python 时报错: _mysql.c _mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h ...
一 问题 系统:win 位 在下载MySQL python . . .zip,使用python setup.py install 安装时,出现以下报错: mysql.c : fatal error C : Cannot open include file: config win.h : No such file or directory error: command C: Users qinwan ...
2017-06-19 17:05 0 4907 推荐指数:
今天想在在win7 64位环境下使用python 操作mysql 在安装MySQL-python 时报错: _mysql.c _mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h ...
在win7下安装了Python后,想安装python-MySQL,使用pip安装出现如下问题: >pip install MySQL-python _mysql.c(42) : fatal error C1083: Cannot open include file ...
安装mysql-python之前, 请先安装setuptools. https://pypi.python.org/pypi/setuptools/7.0 下载mysql-python. 下载源码包. https://pypi.python.org/pypi/MySQL-python/1.2.5 ...
问题: 搜索初步判断是因为mysqlclient==1.3.13不支持windows下python3.6环境,升级到了1.4.6版本,更新后可以正常运行; ...
错误具体内容如下: _mysql.c(29) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory error: command 'C:\\Users ...
...... _mysql.c(42) : fatal error C1083: Cannot open include ...
在安装针对ELK系统的警告工具elastalert时,报错: fatal error C1083: Cannot open include file: 'openssl/opensslv.h',如下图: 查了很多 openssl 和 cryptography 库的资料,还是没搞定 ...
stdint.h文件是C99的标准头文件,默认情况下VC是不支持的,所以在使用过程中肯定会碰到 "No such file or directory"的问题。 解决办法 1.从网盘上下载一个源码文件 网盘链接 (提取码:5c42) 2.将内部包含的几个文件放到VS安装目录中VC/include里面 ...