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
pip3
Worked for me.
apt-get install libssl-dev
Use this to enable ssl for pip. Let me know if someone encounters issues.