pip install mysqlclient报错(OSError: mysql_config not found)

Posted 史亚运

tags:

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

报错截图

 

一般情况是系统没有安装libmysqld-dev

 执行 sudo apt install libmysqld-dev完成安装后再 pip install mysqlclient就可以了(系统环境Ubuntu18.04)

 

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

DjangoMac 安装pip3-install-mysqlclient 报错

pip install mysqlclient报错(OSError: mysql_config not found)

pip install mysqlclient 安装失败

issue:Linux /opt/python36/bin/pip3.6 install mysqlclient报错:ERROR: Command errored out with exit(示例代码

issue:Linux /opt/python36/bin/pip3.6 install mysqlclient报错:ERROR: Command errored out with exit(示例代码

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