ホームページ  >  に質問  >  本文

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\

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

PHP中文网PHP中文网2741日前383

全員に返信(2)返信します

  • ringa_lee

    ringa_lee2017-04-18 09:28:58

    私は python2.x で mysqldb を使用することに慣れていますが、そのコンポーネントは python3.x ではサポートされなくなりました。
    Python 3.x は以下をサポートします:
    pymysql リンク

    返事
    0
  • 巴扎黑

    巴扎黑2017-04-18 09:28:58

    mysql-python は 2.x のみをサポートし、Python 3.x はサポートしません
    Python 3.x の場合は、pip install MySQLClient を使用します

    返事
    0
  • キャンセル返事