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

前端 未结 30 3494
遇见更好的自我
遇见更好的自我 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 12:04

    The issue is due to OpenSSL package is missing on your PC.

    If pip install openpyxl also gives error.

    you can fix this by installing OpenSSL(Win64 OpenSSL v1.1.1g) from below site :

    slproweb.com/products/Win32OpenSSL.html
    

    Restart the IDE you are using, for changes to be in effect.

提交回复
热议问题