python2.7.9安装mysql-python模块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python2.7.9安装mysql-python模块相关的知识,希望对你有一定的参考价值。

我使用的系统版本是: SLES12-sp2

使用python连接Mysql数据库,需要安装mysql-python模块;

1. 首先安装pip:

从python官方网站下载get-pipe.py,执行这个脚本,就可以自动安装(或升级)

2.执行命令:

pip install mysql-python

报错:

_mysql.c:29:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
error: command ‘gcc‘ failed with exit status 1

是因为没有安装python-devel这个软件包;

SUSE ENTERPRISE 12 SP 2 系统自带python版本是2.7.9, 找到合适的对应版本破费周折,到网上了找了一天,都没有结果;

最后在这个地址找到了:

https://ftp.internet.de/pub/linux/suse/sdk12sp2/suse/x86_64/

下载:python-devel-2.7.9-24.2.x86_64.rpm

装上它,然后重新执行pip install mysql-python就OK!

以上是关于python2.7.9安装mysql-python模块的主要内容,如果未能解决你的问题,请参考以下文章

Python2.7.9安装setuptools-0.6c11出错

ubuntu 14.04 python2.7.9 缺少zlib模块

如何在Windows 7安装Python2.7

安装pip工具

python2.7.9基础学习

无法在 Windows 中的 python 2.7.9 上安装 scikit-earn?