mac解决安装mysql-python失败的问题

版权声明:本文为pureszgd原创文章,未经允许不得转载, 要转载请评论留言! https://blog.csdn.net/pureszgd/article/details/81741308
brew install mysql
brew unlink mysql
brew install mysql-connector-c
brew link --overwrite mysql
pip install MySQL-python

猜你喜欢

转载自blog.csdn.net/pureszgd/article/details/81741308