天天看点

pip install mysqlclient 遇到找不到mysql.h 处理方法

版本号 mysqlclient-1.3.13

花了三小时,一句解决。就是回退版本

pip install mysqlclient==1.3.1

详细报错记录

(base) C:\Users\YW>pip install mysqlclient

Collecting mysqlclient

  Using cached https://files.pythonhosted.org/packages/ec/fd/83329b9d3e14f7344d1cb31f128e6dbba70c5975c9e57896815dbb1988ad/mysqlclient-1.3.13.tar.gz

Building wheels for collected packages: mysqlclient

  Running setup.py bdist_wheel for mysqlclient ... error

  Complete output from command g:\programdata\anaconda2\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\yw\\appdata\\local\\temp\\pip-install-lblr_6\\mysqlclient\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d c:\users\yw\appdata\local\temp\pip-wheel-k1aceo --python-tag cp27:

  g:\programdata\anaconda2\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type'

    warnings.warn(msg)

  running bdist_wheel

  running build

  running build_py

  creating build

  creating build\lib.win-amd64-2.7

  copying _mysql_exceptions.py -> build\lib.win-amd64-2.7

  creating build\lib.win-amd64-2.7\MySQLdb

  copying MySQLdb\__init__.py -> build\lib.win-amd64-2.7\MySQLdb

  copying MySQLdb\compat.py -> build\lib.win-amd64-2.7\MySQLdb

  copying MySQLdb\connections.py -> build\lib.win-amd64-2.7\MySQLdb

  copying MySQLdb\converters.py -> build\lib.win-amd64-2.7\MySQLdb

  copying MySQLdb\cursors.py -> build\lib.win-amd64-2.7\MySQLdb

  copying MySQLdb\release.py -> build\lib.win-amd64-2.7\MySQLdb

  copying MySQLdb\times.py -> build\lib.win-amd64-2.7\MySQLdb

  creating build\lib.win-amd64-2.7\MySQLdb\constants

  copying MySQLdb\constants\__init__.py -> build\lib.win-amd64-2.7\MySQLdb\constants

  copying MySQLdb\constants\CLIENT.py -> build\lib.win-amd64-2.7\MySQLdb\constants

  copying MySQLdb\constants\CR.py -> build\lib.win-amd64-2.7\MySQLdb\constants

  copying MySQLdb\constants\ER.py -> build\lib.win-amd64-2.7\MySQLdb\constants

  copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win-amd64-2.7\MySQLdb\constants

  copying MySQLdb\constants\FLAG.py -> build\lib.win-amd64-2.7\MySQLdb\constants

  copying MySQLdb\constants\REFRESH.py -> build\lib.win-amd64-2.7\MySQLdb\constants

  running build_ext

  building '_mysql' extension

  creating build\temp.win-amd64-2.7

  creating build\temp.win-amd64-2.7\Release

  C:\Users\YW\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Dversion_info=(1,3,13,'final',0) -D__version__=1.3.13 "-IC:\Program Files (x86)\MySQL\MySQL Connector C 6.1\include" -Ig:\programdata\anaconda2\include -Ig:\programdata\anaconda2\PC /Tc_mysql.c /Fobuild\temp.win-amd64-2.7\Release\_mysql.obj /Zl

  _mysql.c

  _mysql.c(29) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory

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

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

  Failed building wheel for mysqlclient

  Running setup.py clean for mysqlclient

Failed to build mysqlclient

Installing collected packages: mysqlclient

  Running setup.py install for mysqlclient ... error

    Complete output from command g:\programdata\anaconda2\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\yw\\appdata\\local\\temp\\pip-install-lblr_6\\mysqlclient\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record c:\users\yw\appdata\local\temp\pip-record-pvflqr\install-record.txt --single-version-externally-managed --compile:

    g:\programdata\anaconda2\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type'

      warnings.warn(msg)

    running install

    running build

    running build_py

    creating build

    creating build\lib.win-amd64-2.7

    copying _mysql_exceptions.py -> build\lib.win-amd64-2.7

    creating build\lib.win-amd64-2.7\MySQLdb

    copying MySQLdb\__init__.py -> build\lib.win-amd64-2.7\MySQLdb

    copying MySQLdb\compat.py -> build\lib.win-amd64-2.7\MySQLdb

    copying MySQLdb\connections.py -> build\lib.win-amd64-2.7\MySQLdb

    copying MySQLdb\converters.py -> build\lib.win-amd64-2.7\MySQLdb

    copying MySQLdb\cursors.py -> build\lib.win-amd64-2.7\MySQLdb

    copying MySQLdb\release.py -> build\lib.win-amd64-2.7\MySQLdb

    copying MySQLdb\times.py -> build\lib.win-amd64-2.7\MySQLdb

    creating build\lib.win-amd64-2.7\MySQLdb\constants

    copying MySQLdb\constants\__init__.py -> build\lib.win-amd64-2.7\MySQLdb\constants

    copying MySQLdb\constants\CLIENT.py -> build\lib.win-amd64-2.7\MySQLdb\constants

    copying MySQLdb\constants\CR.py -> build\lib.win-amd64-2.7\MySQLdb\constants

    copying MySQLdb\constants\ER.py -> build\lib.win-amd64-2.7\MySQLdb\constants

    copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win-amd64-2.7\MySQLdb\constants

    copying MySQLdb\constants\FLAG.py -> build\lib.win-amd64-2.7\MySQLdb\constants

    copying MySQLdb\constants\REFRESH.py -> build\lib.win-amd64-2.7\MySQLdb\constants

    running build_ext

    building '_mysql' extension

    creating build\temp.win-amd64-2.7

    creating build\temp.win-amd64-2.7\Release

    C:\Users\YW\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Dversion_info=(1,3,13,'final',0) -D__version__=1.3.13 "-IC:\Program Files (x86)\MySQL\MySQL Connector C 6.1\include" -Ig:\programdata\anaconda2\include -Ig:\programdata\anaconda2\PC /Tc_mysql.c /Fobuild\temp.win-amd64-2.7\Release\_mysql.obj /Zl

    _mysql.c

    _mysql.c(29) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory

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

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

Command "g:\programdata\anaconda2\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\yw\\appdata\\local\\temp\\pip-install-lblr_6\\mysqlclient\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record c:\users\yw\appdata\local\temp\pip-record-pvflqr\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\yw\appdata\local\temp\pip-install-lblr_6\mysqlclient\