关于windows x64安装MySQL-python失败解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于windows x64安装MySQL-python失败解决相关的知识,希望对你有一定的参考价值。

mysql-python只是有32位系统安装包,如果下载exe或者pip安装,也会报错。

报错如下:

_mysql.c() : fatal error C1083: Cannot include : : No s
uch directory

error: command l.exe----------------------------------------
Cleaning up...
Command C:\Users\Admin1\Desktop\python\virtual\Scripts\python.exe -c uptools, tokenize;__file__=MySQL-python\\setup.pyead().replace(, ), __file__, ))\appdata\local\temp\\pip-pmwrd-record\install-record.txt --single-version-ext
ernally-managed ----install-headers C:\Users\Admin1\Desktop\python\virtu
al\include\site\python2failed error code C:\Users\Admin1\Desktop\py
thon\virtual\build\MySQL-python
Storing debug log failure C:\Users\Admin1\pip\pip.

需要安装MYSQL数据库和vc相关库,而自己只需要方便远程连接对服务器数据库操作和学习python,所以没有必要安装这些。

找到如下解决方法:

install using wheel

pip install wheel

MySQL_python安装版本 http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python

下载后,直接使用pip安装:

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

如下:

技术分享


这样就安装成功。

本文出自 “都市布衣” 博客,请务必保留此出处http://sunday208.blog.51cto.com/377871/1746404

以上是关于关于windows x64安装MySQL-python失败解决的主要内容,如果未能解决你的问题,请参考以下文章

Windows10-python2.7安装MySQLdb报错

Windows Server 2008 x64安装多种服务

markdown Windows下安装Vim x64

Gitlab客户端安装(for windows x64)

windows x64下安装RabbitMQ

windows x64下安装RabbitMQ