pip is configured with locations that require TLS/SSL, however the ssl modul

2023-05-16

安装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

操作完成后就可以通过pip安装所需的库了

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

pip is configured with locations that require TLS/SSL, however the ssl modul 的相关文章

随机推荐