windows - WIN10下载MySQL-python失败

查看:140
本文介绍了windows - 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\

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

解决方案

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

这篇关于windows - WIN10下载MySQL-python失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆