windows下使用Anaconda出现pip is configured with locations that require TLS/SSL, however the ssl module in python is not availble的解决方法:

在环境变量path下增加这三项:(这里我的Anaconda安装在了C:\User\Administrator下,根据具体情况进行改动)

pip is configured with locations that require TLS/SSL, however the ssl module in python is not avail

再次打开终端窗口(win_+_R,输入cmd),这里我安装requests就成功了

pip is configured with locations that require TLS/SSL, however the ssl module in python is not avail

相关文章:

  • 2021-05-17
  • 2021-05-02
  • 2022-12-23
  • 2021-07-11
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
猜你喜欢
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
相关资源
相似解决方案