windows - WIN10下载MySQL-python失败
PHP中文网
PHP中文网 2017-04-18 09:26:58
0
2
379
 

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中文网

认证高级PHP讲师

全部回覆(2)
左手右手慢动作

python2.x中用習慣了mysqldb,但是在python3.x中已經不支援那個元件了。
python 3.x支援的是:
pymysql連結

巴扎黑

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

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!