解决CentOS mysql_config not found错误 解决CentOS mysql_config not found错误

解决CentOS mysql_config not found错误

 

今天遇到这样一个问题,在安装  mysqlclient  时报  mysql_config not found  错误,

CentOS7解决办法:

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

pip install mysql-python

pip install mysqlclient

今天遇到这样一个问题,在安装  mysqlclient  时报  mysql_config not found  错误,

CentOS7解决办法:

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

pip install mysql-python

pip install mysqlclient

猜你喜欢

转载自www.cnblogs.com/mryaohu/p/12286083.html