win10下 pip install 后Can't connect to HTTPS URL because the SSL module is not available
win10下 pip install 后Can't connect to HTTPS URL because the SSL module is not available
解决方案
把 …\anaconda3\Library\bin 加入到系统环境变量即可。
总是提示SSL有问题,然而只是SSL就在bin里边,所以没有生效。
主要参考:https://github.com/conda/conda/issues/6064
感谢github,中文的社区都搜遍了了,全是linux下怎么解决的。