今天想在在win7 64位环境下使用python 操作mysql 在安装MySQL-python 时报错: _mysql.c _mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h ...
解决步骤 来源:https: stackoverflow.com questions my config h file not found when intall mysql python on osx ...
2019-01-09 11:55 0 2674 推荐指数:
今天想在在win7 64位环境下使用python 操作mysql 在安装MySQL-python 时报错: _mysql.c _mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h ...
pip install mysql-python 没有找到my_config.h yum install mysql-devel ...
一、问题 系统:win7 64位 在下载MySQL-python-1.2.5.zip,使用python setup.py install 安装时,出现以下报错: _mysql.c(42) : fatal error C1083: Cannot open include file ...
Issue I encountered an error when I run the python script which need to import the module of "MySQLdb".The error shows like ...
在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版本,更新后可以正常运行; ...
在Centos系统中安装 pip install MySQL-python 提示: _mysql.c:29:20: error: Python.h: No such file or directory_mysql.c:40:26: error: structmember.h ...