Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Error Message¶
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Solutions¶
One simple way to fix it is to inherit the site packages when you create the virtual environment.
References¶
https://medium.com/moreless/pip-complains-there-is-no-ssl-support-in-python-edbdce548852
https://