美文网首页python交流学习
解决Python下pip install MySQL-pytho

解决Python下pip install MySQL-pytho

作者: 78c40b03ee4e | 来源:发表于2019-02-12 15:27 被阅读28次

    命令:

    pip install MySQL-python
    

    报错:

    _mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No s
    uch file or directory
    
    error: command 'C:\\Program Files (x86)\\Common Files\\Microsoft\\Visual C++ for
     Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
    

    环境

    OS:Win7-64bit
    Python:2.7.9
    

    解决方案:

    在这里下载对应文件
    下载

    如果你跟我一样都喜欢python,想成为一名优秀的程序员,也在学习python的道路上奔跑,欢迎你加入python学习群:python群号:491308659 验证码:南烛
    群内每天都会分享最新业内资料,分享python免费课程,共同交流学习,让学习变(编)成(程)一种习惯!

    There are 11 files, weighing 7.9 MiB in total.

    Displaying 1 to 11 of 11 files.

    MySQL-python for Windows Distributions

    MySQL-python-1.2.2.win-amd64-py2.5.rar
    » 862.5 KiB - May 2, 2009
    MySQLdb 1.2.2 for Windows and Python 2.5 64 bit

    MySQL-python-1.2.2.win-amd64-py2.6.exe
    » 1.0 MiB - May 2, 2009
    MySQLdb for Windows and Python 2.6 64 bit

    MySQL-python-1.2.2.win32-py2.6.exe
    » 1,022.8 KiB - May 2, 2009
    MySQLdb 1.2.2 for Windows and Python 2.6 32 bit

    MySQL-python-1.2.3.win-amd64-py2.7.exe
    » 1.0 MiB - September 19, 2010
    MySQLdb 1.2.3 for Windows and Python 2.7 64 bit

    MySQL-python-1.2.3.win32-py2.7.exe
    » 1,023.1 KiB - September 19, 2010
    MySQLdb 1.2.3 for Windows and Python 2.7 32 bit

    MySQL-python-1.2.3c1.win-amd64-py2.6.exe
    » 1.0 MiB - May 2, 2009
    MySQLdb 1.2.3c1 for Windows and Python 64 bit

    MySQL-python-1.2.3c1.win32-py2.6.exe
    » 1,023.2 KiB - May 2, 2009
    MySQLdb 1.2.3c1 for Windows and Python 2.6 32 bit

    MySQL-python-embedded-1.2.2.win-amd64-py2.6.exe
    » 261.0 KiB - May 2, 2009
    MySQLdb 1.2.2 for Windows and Python 2.6 64 bit, Embedded Server

    MySQL-python-embedded-1.2.2.win32-py2.6.exe
    » 231.9 KiB - May 3, 2009
    MySQLdb 1.2.2 for Windows and Python 2.6 32 bit, Embedded Server.

    MySQL-python-embedded-1.2.3c1.win-amd64-py2.6.exe
    » 261.4 KiB - May 2, 2009
    MySQLdb 1.2.3c1 for Windows and Python 64 bit, Embedded Server

    MySQL-python-embedded-1.2.3c1.win32-py2.6.exe
    » 232.3 KiB - May 3, 2009
    MySQLdb 1.2.3c1 for Windows and Python 2.6 32 bit, Embedded Server.

    效果:

    pip install MySQL-python
    Requirement already satisfied (use --upgrade to upgrade): MySQL-python in c:\pyt
    hon27\lib\site-packages
    Cleaning up...
    

    相关文章

      网友评论

        本文标题:解决Python下pip install MySQL-pytho

        本文链接:https://www.haomeiwen.com/subject/kwlkeqtx.html