背景:使用新安装的anaconda3来安装模块失败
报错:Can't connect to HTTPS URL because the SSL module is not available.
原因:在安装anaconda3的时候选择了“just me”而且没有选择字段添加环境变量导致缺少了一个路径
处理:确保环境变量path包括以下三个:
D:\software\anaconda3 32bit\
D:\software\anaconda3 32bit\Scripts
D:\software\anaconda3 32bit\Library\bin
参考:https://blog.youkuaiyun.com/submarineas/article/details/91142067