macOS Mojave 10.14.2 pip install mysql-python
·
系统版本:
macOS Mojave 10.14.2
问题描述:
无法安装mysql-python
解决方法:
brew install mysql@5.7
brew link --force mysql@5.7
brew install mysql-client
LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysql-python
参考:
https://stackoverflow.com/questions/43634584/cant-install-mysql-python-with-pip-on-macos-10-12-4
更多推荐



所有评论(0)