(轉)win7 64 安裝mysql-python:_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h'

原文地址:http://www.cnblogs.com/fnng/p/4115607.htmlhtml

做者:蟲師python

 

今天想在在win7 64位環境下使用python 操做mysqlmysql

在安裝MySQL-python 時報錯:sql

 

_mysql.cubuntu

_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No s uch file or directoryapp

 

 

error: command '"C:\Users\fnngj\AppData\Local\Programs\Common\Microsoft\Visual C ++ for Python\9.0\VC\Bin\amd64\cl.exe"' failed with exit status 2post

----------------------------------------ui

Cleaning up... Command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\use rs\\fnngj\\appdata\\local\\temp\\pip_build_fnngj\\MySQL-python\\setup.py';exec(c ompile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), _ _file__, 'exec'))" install --record c:\users\fnngj\appdata\local\temp\pip-peervp -record\install-record.txt --single-version-externally-managed --compile failed with error code 1 in c:\users\fnngj\appdata\local\temp\pip_build_fnngj\MySQL-pyt hon Storing debug log for failure in C:\Users\fnngj\pip\pip.logurl

太奇怪了,之前是在ubuntu/deepin 系統能夠安裝。換成win7 64位就不行了。debug

按理說win7都出來這麼多年了,python也更新的這麼猛的語言,怎麼連接mysql就不行了。

百度了半天,找到了如下答案:

----------------------------------------------

1)問題:_mysql.c(34) : fatal error C1083: Cannot open include file: ‘config-win.h’: No such file or directory error: command ‘」C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe」‘ failed with exitstatus 2

緣由:緣由是安裝MySQL的時候沒有安裝C語言庫。

解決:從新運行MySQL的安裝程序,選擇Modify,把「C Include Files / Lib Files」勾選上,並安裝。

 ---------------------------------------------

百度來百度去,就這麼一個答案,都是複製粘貼的。害我反覆把mysql裝了幾遍,跟本他媽的沒找到「C Include Files / Lib Files」 選項在哪兒? 也許是mysql新版本沒這選項了。

 

最後不得不FQ出去看看了。

原來仍是驅動問題,關人家mysql啥事兒!

安裝:MySQL-python-1.2.3.win-amd64-py2.7.exe 就能夠了(百度csdn下載能夠找到)

 

個人驅動是從這兒下的,不行!

https://pypi.python.org/pypi/MySQL-python/

 

也用 pip 裝了,不行!

C:\Python27\Scripts>pip install MySQL-python

這pip竟然檢測不出個人系統版本。 還有爲啥python官網搜索不到這個 64位的驅動,我也是醉了。

 

----

  但願這個問題被百度收錄,遇到這個問題的人,別在被上面的答案忽悠了,真無論人家mysql的事兒。

 

win7 64 安裝mysql-python:_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory

相關文章
相關標籤/搜索