通过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
原文地址:https://www.cnblogs.com/ycg-blog/p/12149190.html
时间: 2024-10-30 16:38:40