数据库
首页 > 数据库> > mac python3 mysqlclient 安装失败的解决方法

mac python3 mysqlclient 安装失败的解决方法

作者:互联网

在mac 中 python3.9 环境下安装mysqlclient,使用以下代码失败:

$ pip install mysqlclient # pip3 install mysqlclient

ERROR: No matching distribution found for mysqlclient

找到以下方法供参考:

$ ln -s /usr/local/mysql/bin/mysql_config /usr/local/bin/mysql_config

参考博客
https://www.jianshu.com/p/7f8cdf14ee31

标签:bin,local,mysqlclient,mac,usr,mysql,config,python3
来源: https://blog.csdn.net/Diana003/article/details/122752428