天天看點

_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h':no such file or directory

版權聲明:本文為 testcs_dn(微wx笑) 原創文章,非商用自由轉載-保持署名-注明出處,謝謝。 https://blog.csdn.net/testcs_dn/article/details/51570178

Window7下使用“pip”安裝“MySQL-python”提示錯誤:_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h':no such file or directory

安裝指令:

pip install MySQL-python           

在Linux下估計沒問題。

Python 2.7 安裝的是

64位

的;是以MySQL-python

32位

的裝不上;

也是奇怪“pip”為何如此弱智,連這個都不檢查一下。

安裝期間還遇到以下問題:

Python Version 2.7 required which was not found in the registry Microsoft Visual C++ 9.0 is required Unable to find vcvarsall.bat

最終還是直接去

下載下傳64位的安裝包

就OK了。