代码语言: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