Mac安装Mysql-python _mysql.c:44:10: fatal error: 'my_config.h' file not found

解决步骤



brew install mysql
brew unlink mysql
brew install mysql-connector-c
sed -i -e /bin/mysql_config //后面的路径就是你 mysql 的安装路径,这个尤为重要,就是路径问题报错的
pip install MySQL-python
brew unlink mysql-connector-c
brew link --overwrite mysql