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

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)

 

经过网上查阅资料,发现是python版本的问题,高版本的Python会默认SSL。

解决方法:

pip install --trusted-host pypi.python.org  安装包的名字

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2021-07-14
  • 2021-08-21
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
相关资源
相似解决方案