pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available

前端 未结 30 3414
遇见更好的自我
遇见更好的自我 2020-11-22 11:09

I am using Python3.6, when I try to install \"modules\" using pip3, I am facing the below mentioned issue \"pip is configured with locations that require TLS/SS

30条回答
  •  旧巷少年郎
    2020-11-22 11:44

    For Windows 10 if you want use pip in normal cmd, not only in Anaconda prompt. you need add 3 environment paths. like the followings:

    D:\Anaconda3 
    D:\Anaconda3\Scripts
    D:\Anaconda3\Library\bin 
    

    most people only add D:\Anaconda3\Scripts

提交回复
热议问题