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
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/14012.html