ubuntu安装EnvironmentError: mysql_config not found错误

Posted pika-haqiu

tags:

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

问题:

安装mysql-python包报错EnvironmentError: mysql_config not found问题要如何来解决呢?

首先,错误提示是mysql_config找不到,

技术图片

 

解决办法:

1、终端输入命令

sudo apt-get install libmysqlclient-dev

执行上面命令时,可能还会有遇到下面问题:

技术图片

如果安装顺利,请略过,直接看步骤2。如果遇到同样问题,可以去到“设置”中的“软件和更新“”中,点开“更新”,勾选“”重要安全更新”和“推荐更新”

技术图片

关闭上面窗口后,在终端运行下面命令就能解决:

sudo apt-get update

完成之后,再次执行命令:sudo apt-get install libmysqlclient-dev

2、成功安装libmysqlclient-dev后,执行下面两条命令进行加载更新

$ sudo updatedb
$ locate mysql_config 

3、试着运行下面命令来安装MySQL-python

$ pip install MySQL-python

这时候,应该就能成功安装MySQL-Python了。如果您也不幸遇到跟我一样遇到下面的问题,提示说:

_mysql.c:29:20: fatal error: Python.h: 没有那个文件或目录
#include "Python.h"
^
compilation terminated.
error: command ‘x86_64-linux-gnu-gcc‘ failed with exit status 1

那么,请继续往下看。

技术图片

4、终端运行:

$ sudo apt-get install python-dev
$ pip install MySQL-python 

以上是关于ubuntu安装EnvironmentError: mysql_config not found错误的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu遇到问题“Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: ”

EnvironmentError: HTTPSConnectionPool 同时在 docker 容器上安装 pip

由于 EnvironmentError 无法安装“discord.py”

由于 EnvironmentError 无法安装软件包:[Errno 2] 没有这样的文件或目录 \\METADATA

由于 EnvironmentError 无法安装软件包:[Errno 30] 只读文件系统:

由于 EnvironmentError 无法安装软件包:[WinError 5] 访问被拒绝: