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 7.4 安装ipython和mysql-python遇到的问题