原文:Ubuntu 解决 OSError: mysql_config not found 报错

当我安装mysqlclient的时候就出现了下面的这个错误,我的解决方法是安装一下 libmysqlclient dev 就可以啦 ,希望能帮到你们 ...

2019-09-30 14:42 1 3062 推荐指数:

查看详情

OSError: mysql_config not found

上次在部署阿里云安装Centos7里 pip3 install mysqlclient 是 一直报 OSError: mysql_config not found 这个错,上网百度了半天终于找到了解决的办法 yum install mysql-devel gcc gcc-devel ...

Fri May 10 00:13:00 CST 2019 0 2294
解决问题:OSError: mysql_config not found

通过pip install mysqlclient时报出了OSError: mysql_config not found错误,如下 Traceback (most recent call last): File "<string>", line 1, in < ...

Tue Oct 29 21:45:00 CST 2019 0 1014
解决 - mysql_config not found

mysql-python安装时EnvironmentError: mysql_config not found 在安装 mysql-python时,会出现: 只要原因是没有安装 ...

Wed Aug 22 00:58:00 CST 2018 0 3578
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM