python3.7.3
$ brew install mysql-connector-c
$ vi ~/.bash_profile
添加一行
export PATH="/usr/local/opt/mysql-client/bin:$PATH"
ZZ保存
重启电脑
pip3 install mysqlclient
python3.7.3
$ brew install mysql-connector-c
$ vi ~/.bash_profile
添加一行
export PATH="/usr/local/opt/mysql-client/bin:$PATH"
ZZ保存
重启电脑
pip3 install mysqlclient
本文标题:macOS pip3 install mysqlclient 报
本文链接:https://www.haomeiwen.com/subject/rrphxhtx.html
网友评论