WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
I had the same issue and had to spend a few days to tackle. After exploring many different solutions, this worked for the pip ssl issue.
Resolved this on windows 10 by installing openssl
used this link