optionnally mysql_mysql-python install error: Cannot open include file 'config-win.h'

mysql-python install error: Cannot open include file 'config-win.h'

https://stackoverflow.com/questions/26866147/mysql-python-install-error-cannot-open-include-file-config-win-h

72

45

I am trying to run pip install mysql-python connector but it keeps giving me an error “Cannot open include file: ‘config-win.h’“.

The installation works fine on my Mac and another Windows machine, but not this one. I have downloaded Visual Studio C++ and tried installing as both 32 bit and 64.

_mysql.c(42):fatal error C1083:Cannotopen include file:'config-win.h':Nos

uch file ordirectory

error:command 'C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\BIN\\c

l.exe'failed withexitstatus 2----------------------------------------Cleaningup...CommandC:\Users\Admin1\Desktop\python\virtual\Scripts\python.exe -c "import set

uptools, tokenize;__file__='C:\\Users\\Admin1\\Desktop\\python\\virtual\\build\\

MySQL-python\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).r

ead().replace('\r\n', '\n'), __file__, 'exec'))"install --record c:\users\admin

1\appdata\local\temp\1\pip-6pmwrd-record\install-record.txt --single-version-ext

ernally-managed --compile --install-headers C:\Users\Admin1\Desktop\python\virtu

al\include\site\python2.7failed witherror code 1inC:\Users\Admin1\Desktop\py

thon\virtual\build\MySQL-python

Storingdebug log forfailure inC:\Users\Admin1\pip\pip.log

python mysql mysql-python failed-installation

shareimprove this questionfollow

edited Oct 23 ’17 at 18:11

jaomO.png?s=32&g=1

Stevoisiak

12.4k1313 gold badges8484 silver badges136136 bronze badges

asked Nov 11 ’14 at 13:34

20200628111719-5ef87c3f7b3da.png

Chris Meek

1,19344 gold badges1515 silver badges2727 bronze badges

4

Take a look at this : stackoverflow.com/questions/1972259/… – Alexander Nov 11 ’14 at 13:37

try to install it from an executable setup file. (it’s force installation and sometimes ignores the error). – Reza-S4 Apr 16 ’15 at 5:30

add a comment

8 Answers

ActiveOldestVotes

156

for 64-bit windows

install using wheel

pip install wheel

download from http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python

For python 3.x:

pip install mysqlclient-1.3.8-cp36-cp36m-win_amd64.whl

For python 2.7:

pip install mysqlclient-1.3.8-cp27-cp27m-win_amd64.whl

shareimprove this answerfollow

edited Nov 16 ’16 at 9:52

vbiLE.jpg?s=32&g=1

fmicand

333 bronze badges

answered Jun 26 ’15 at 15:31

photo.jpg?sz=32

pokemon blue

1,76411 gold badge1010 silver badges1818 bronze badges

5

This was successful for me with all versions. Also make sure to download the .whl file to the same directory you execute the pip install call from. – sir_gelato Jul 26 ’15 at 6:07

22

I am getting this error: MySQL_python-1.2.5-cp27-none-win32.whl is not a supported wheel on this platform. Any help? – Vivek Sep 19 ’16 at 20:01

3

I tried the other one also: MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform. It did not work – Vivek Sep 19 ’16 at 20:02

3

@CodeFarmer how it connected ? I am getting an error not a supported wheel on this platform – ojus kulkarni Jan 7 ’17 at 21:15

3

@ojuskulkarni you may try install a wrong version of wheel, carefuly chose the one suit your enviroment e.g python version, 32bit/64bit need same with your python bit version not system. – Bucketcode Jan 9 ’17 at 1:44

show 16 more comments

51

This didnt work for me:

pip install mysqlclient

so i found this after a while on stackoverflow:

pip install --only-binary :all:mysqlclient

and it went all through, no need for MS Visual C++ 14 Build tools and stuff

Note: for now this doesnt work with Python3.7, i also had to downgrade to Python 3.6.5

shareimprove this answerfollow

edited Sep 3 ’18 at 11:52

answered Aug 12 ’18 at 17:44

9kJjg.jpg?s=32&g=1

kaya

1,32511 gold badge1616 silver badges2020 bronze badges

3

I have been having the same issue on Windows 10 – this worked for me, thank you very much +1 – The-WebGuy Aug 12 ’18 at 21:12

1

Only this worked for me (I am also using w10). Thank you. – JCarlosR Sep 5 ’18 at 20:04

1

awesome, it really worked for me after finding a solution for 3-4 days. I am also on 64-bit Windows 10 – Zaheer Sep 24 ’18 at 12:50

1

Thank you very much this! – iampotential Sep 6 ’19 at 14:01

1

Thanks. This is the only one that helped – Kshitij G Jan 31 at 20:32

show 1 more comment

11

well this worked for me:

pip install mysqlclient

this is for python 3.x in window 7 i am not sure about other windows os versions

shareimprove this answerfollow

answered Mar 18 ’17 at 9:03

photo.jpg?sz=32

kinsley kajiva

1,44711 gold badge1515 silver badges2222 bronze badges

Further note that the module is named MySQLdb so use import MySQLdb. – Nae Feb 26 ’18 at 10:51

This fails on 64 bit python on Windows 10, installed via anaconda. After installing visual studio tools it still failed and seems unable to find the headers for 64 bit connector. – Ralph Ritoch Oct 19 ’18 at 10:51

1

Worked on Windows 10 also – user1575148 Aug 23 ’19 at 14:14

add a comment

9

You can try…

pip install mysqlclient==1.3.4

It worked for me.

If the above command doesn’t work try this…

pip install --only-binary :all:mysqlclient

both worked for me.

shareimprove this answerfollow

Python网络爬虫与推荐算法新闻推荐平台:网络爬虫:通过Python实现新浪新闻的爬取,可爬取新闻页面上的标题、文本、图片、视频链接(保留排版) 推荐算法:权重衰减+标签推荐+区域推荐+热点推荐.zip项目工程资源经过严格测试可直接运行成功且功能正常的情况才上传,可轻松复刻,拿到资料包后可轻松复现出一样的项目,本人系统开发经验充足(全领域),有任何使用问题欢迎随时与我联系,我会及时为您解惑,提供帮助。 【资源内容】:包含完整源码+工程文件+说明(如有)等。答辩评审平均分达到96分,放心下载使用!可轻松复现,设计报告也可借鉴此项目,该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的。 【提供帮助】:有任何使用问题欢迎随时与我联系,我会及时解答解惑,提供帮助 【附带帮助】:若还需要相关开发工具、学习资料等,我会提供帮助,提供资料,鼓励学习进步 【项目价值】:可用在相关项目设计中,皆可应用在项目、毕业设计、课程设计、期末/期中/大作业、工程实训、大创等学科竞赛比赛、初期项目立项、学习/练手等方面,可借鉴此优质项目实现复刻,设计报告也可借鉴此项目,也可基于此项目来扩展开发出更多功能 下载后请首先打开README文件(如有),项目工程可直接复现复刻,如果基础还行,也可在此程序基础上进行修改,以实现其它功能。供开源学习/技术交流/学习参考,勿用于商业用途。质量优质,放心下载使用。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值