pip install mysqlclient 解决问题:OSError: mysql_config not found

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip install mysqlclient 解决问题:OSError: mysql_config not found相关的知识,希望对你有一定的参考价值。

通过pip install mysqlclient时报出了OSError: mysql_config not found错误,如图:

技术图片

原因是linux需要mysql相关的一些依赖包

yum install mysql-devel gcc gcc-devel python-devel

技术图片

原文地址:https://www.jianshu.com/p/5b6deb15bd21

我的环境是centos7.4

以上是关于pip install mysqlclient 解决问题:OSError: mysql_config not found的主要内容,如果未能解决你的问题,请参考以下文章

pip install mysqlclient 安装失败

安装pip install mysqlclient==1.3.13报错

windows10 pip install MySQL-python mysqlclient

Mac中 pip3 install mysqlclient 报错

DjangoMac 安装pip3-install-mysqlclient 报错

centOS7安装数据库驱动pip install mysqlclient 安装django