Okay so I'm trying to set up a virtualenv (on legacy server btw) (python3.6.9, ubuntu 18.10), but whenever I try to install packages for it I get
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
This is the case for pip
, pip3
, pip3.6
, python -m pip
, python3 -m pip
and python3.6 -m pip
.
I have tried reinstalling python, pip, virtualenv and other stuff, but it seems to persist whatever I try.
Any ideas on how to resolve this?