Collecting xlwt
  Could not fetch URL https://pypi.python.org/simple/xlwt/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661) - skipping
  Could not find a version that satisfies the requirement xlwt (from versions: )

No matching distribution found for xlwt


是因为低版本的python 没有使用SSL连接, 我们在安装的请求参数添加如下选项  --trusted-host pypi.python.org ,就可以安装成功

python安装的时候报SSL连接错误的解决办法


相关文章:

  • 2022-01-17
  • 2022-12-23
  • 2022-02-24
  • 2022-01-09
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-03-10
猜你喜欢
  • 2021-07-09
  • 2021-06-28
  • 2021-10-08
  • 2021-07-23
  • 2021-10-30
  • 2021-07-21
相关资源
相似解决方案