the SSL module is not available

背景:使用新安裝的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.csdn.net/submarineas/article/details/91142067

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章