美文网首页工作生活
macos 安装 locust 报 ssl module in

macos 安装 locust 报 ssl module in

作者: Super7 | 来源:发表于2019-06-29 15:54 被阅读0次

报错:

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

处理,删除目录,重装 ssl

rm -rf /usr/local/Cellar/openssl
rm -rf /usr/local/opt/openssl
brew install openssl
brew install openssl
python3 -m pip install locustio

相关文章

网友评论

    本文标题:macos 安装 locust 报 ssl module in

    本文链接:https://www.haomeiwen.com/subject/yzypcctx.html