windows - WIN10下载MySQL-python失败

 巩俐1996 发布于 2022-10-27 18:10
 

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\

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

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

    2022-11-12 01:42 回答
  • mysql-python 只支持2.x,不支持python 3.x
    如果是python 3.x,用 pip install MySQLClient

    2022-11-12 01:42 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有