今天想在在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 ...