win10 MySQL-Python 快速安装

win10 MySQL-Python 快速安装

安装过程

$ pip install mysql-python

不出意外会报错

_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory

error: command 'C:\\xxx\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2

----------------------------------------
Cleaning up...
Command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\t-ligao\\appdata\\local\\temp\\pip_build_t-ligao\\mysql-python\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\xxx\local\temp\pip-o7nils-record\install-record.txt --single-version-externally-managed --compile failed with error code 1 in c:\users\t-ligao\appdata\local\temp\pip_build_t-ligao\mysql-python
Storing debug log for failure in C:\Users\t-ligao\pip\pip.log

解决方法

$ pip install wheel
$ pip install MySQL_python-1.2.5-cp27-none-win_amd64.whl

D:\mysqlclient_whl
λ pip install MySQL_python-1.2.5-cp27-none-win_amd64.whl
Unpacking d:\mysqlclient_whl\mysql_python-1.2.5-cp27-none-win_amd64.whl
Installing collected packages: MySQL-python
Successfully installed MySQL-python
Cleaning up...

安装完成!

  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值