通过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
错误,如图:
原因是linux需要mysql相关的一些依赖包
yum install mysql-devel gcc gcc-devel python-devel
原文地址:https://www.jianshu.com/p/5b6deb15bd21
我的环境是centos7.4