使用 pip install 的 Mac 中的 SSL 问题 [重复]
Posted
技术标签:
【中文标题】使用 pip install 的 Mac 中的 SSL 问题 [重复]【英文标题】:SSL Problems in Mac using pip install [duplicate] 【发布时间】:2018-09-21 22:05:20 【问题描述】:我在确认 ssl 证书时遇到问题:
("bad handshake: Error([('SSL routines', 'SSL23_GET_SERVER_HELLO', 'tlsv1 alert protocol version')],)",) - skipping
我正在尝试做一些非常基本的事情,但我不明白为什么会这样。有人可以建议如何解决这个问题吗?
pip install fake-useragent
【问题讨论】:
pip install pyopenssl -U
可能有帮助吗?
【参考方案1】:
您可以尝试使用以下方法忽略 SSL 错误:
pip install --trusted-host pypi.python.org fake-useragent
【讨论】:
以上是关于使用 pip install 的 Mac 中的 SSL 问题 [重复]的主要内容,如果未能解决你的问题,请参考以下文章
mac上pip install时提示/System/Library/... 无权限
Pip install matplotlib 在 M1 Mac 上失败