Could not fetch URL https://pypi.python.org/simple/xxx/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) - skipping
Could not find a version that satisfies the requirement xxx (from versions: )
No matching distribution found for xxx

resolve:

    pip --trusted-host pypi.python.org install xxx

相关文章:

  • 2022-12-23
  • 2021-09-02
  • 2021-07-09
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2022-01-05
猜你喜欢
  • 2022-12-23
  • 2021-07-14
  • 2021-09-15
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案