【发布时间】:2018-11-14 10:22:31
【问题描述】:
我尝试通过 pip 安装 MechanicalSoup 包,但出现以下错误:
Download error on https://pypi.org/simple/pytest-runner/: [SSL:
TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version
(_ssl.c:645) --
Some packages may not be found!
Couldn't find index page for 'pytest-runner' (maybe misspelled?)
No local packages or working download links found for pytest-runner
我尝试了几种方法,但都无法帮助我。
【问题讨论】:
-
我看到了这个帖子,按照他说的做了,但它不能解决我的问题:|
-
你必须升级所有与 SSL 相关的东西——OpenSSL、Python、pip。
标签: python-3.x ssl pip pypi