[issue38189] pip does not run in virtual environment in 3.8

Ammar Askar report at bugs.python.org
Mon Sep 16 14:24:14 EDT 2019


Ammar Askar <ammar at ammaraskar.com> added the comment:

As the error says:

> Can't connect to HTTPS URL because the SSL module is not available.

Since you built it from source, you should check your build logs, the _ssl module likely failed to build. You're most probably missing the openssl dependency.

----------
nosy: +ammar2

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38189>
_______________________________________


More information about the Python-bugs-list mailing list