安装anaconda3,用pip安装库时出现问题:
pip is configured with locations that require TLS/SSL, however the ssl modul

可以通过添加环境变量解决:
1.找到环境变量
windows10控制面板—>系统与安全—>系统—>高级系统设置—>环境变量

2.在path中添加自己电脑中安装anaconda3的目录:
C:\Users\gezi9\Anaconda3
C:\Users\gezi9\Anaconda3\Scripts
C:\Users\gezi9\Anaconda3\Library\bin
anaconda3库安装报错:pip is configured with locations that require TLS/SSL, however the ssl modul
操作完成后就可以通过pip安装所需的库了

相关文章:

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