CentOS下pip安装MySQL-python

Posted

tags:

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

系统环境
#系统版本信息
# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
#python版本信息
# python -V
Python 2.7.5

安装 mysql

对于 mysql5.7 部署与安装,详见linux7 yum安装Mysql5.7~

pip安装mysql_python

centos下用pip安装mysql_python报错,内容如下:

技术图片

处理方法:

yum install -y mysql-devel && pip install MySQL-python

参考文档

centos下pip安装mysql_python

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

MySQL-python使用pip2.7安装报错

Centos 7.4 安装ipython和mysql-python遇到的问题

MySQL-python模块导入笔记06

怎样在centos安装python-mysql?

在 CentOs 中安装 mysql-python 返回错误

pip 并安装 mysql-python