Mac 安装mysqlclient报错,OSError: mysql_config not found 的解决方法

2023-08-23 08:05:54 浏览数 (1)

代码语言:javascript复制
raise EnvironmentError("%s not found" % (mysql_config.path,))

OSError: mysql_config not found

先安装brew(如果没有)

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

安装mysql-connector-c

brew install mysql-connector-c

添加到PATH

根据提示,添加到你的PATH

0 人点赞