首页 > WIN10下载MySQL-python失败

WIN10下载MySQL-python失败

 

C:\Windows\System32>pip install MySQL-Python
Collecting MySQL-Python
  Using cached MySQL-python-1.2.5.zip
Installing collected packages: MySQL-Python
  Running setup.py install for MySQL-Python ... error
    Complete output from command c:\users\acer\appdata\local\programs\python\python35\python.exe -u -c "import setuptools, to
kenize;__file__='C:\\Users\\ACER\\AppData\\Local\\Temp\\pip-build-qub9w8rn\\MySQL-Python\\setup.py';exec(compile(getattr(toke
nize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\ACER\AppData\Local\
Temp\pip-c_0_4d9e-record\install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build\lib.win-amd64-3.5
    copying _mysql_exceptions.py -> build\lib.win-amd64-3.5
    creating build\lib.win-amd64-3.5\MySQLdb
    copying MySQLdb\__init__.py -> build\lib.win-amd64-3.5\MySQLdb
    copying MySQLdb\converters.py -> build\lib.win-amd64-3.5\MySQLdb
    copying MySQLdb\connections.py -> build\lib.win-amd64-3.5\MySQLdb
    copying MySQLdb\cursors.py -> build\lib.win-amd64-3.5\MySQLdb
    copying MySQLdb\release.py -> build\lib.win-amd64-3.5\MySQLdb
    copying MySQLdb\times.py -> build\lib.win-amd64-3.5\MySQLdb
    creating build\lib.win-amd64-3.5\MySQLdb\constants
    copying MySQLdb\constants\__init__.py -> build\lib.win-amd64-3.5\MySQLdb\constants
    copying MySQLdb\constants\CR.py -> build\lib.win-amd64-3.5\MySQLdb\constants
    copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win-amd64-3.5\MySQLdb\constants
    copying MySQLdb\constants\ER.py -> build\lib.win-amd64-3.5\MySQLdb\constants
    copying MySQLdb\constants\FLAG.py -> build\lib.win-amd64-3.5\MySQLdb\constants
    copying MySQLdb\constants\REFRESH.py -> build\lib.win-amd64-3.5\MySQLdb\constants
    copying MySQLdb\constants\CLIENT.py -> build\lib.win-amd64-3.5\MySQLdb\constants
    running build_ext
    building '_mysql' extension
    error: [WinError 2] 系统找不到指定的文件。

    ----------------------------------------
Command "c:\users\acer\appdata\local\programs\python\python35\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Use
rs\\ACER\\AppData\\Local\\Temp\\pip-build-qub9w8rn\\MySQL-Python\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__fi
le__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\ACER\AppData\Local\Temp\pip-c_0_4d9e-record
\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\ACER\AppData\Local\Te
mp\pip-build-qub9w8rn\MySQL-Python\

已经搜索了两天了,我看不懂错误提示,求赐教


python2.x中用习惯了mysqldb,但是在python3.x中已经不支持那个组件了。
python 3.x支持的是:
pymysql链接


mysql-python 只支持2.x,不支持python 3.x
如果是python 3.x,用 pip install MySQLClient

【热门文章】
【热门文章】