Issue:
I create virtual environment either using venv:
python -m venv <venv-name>
or using conda:
conda create -n <venv-name>
when I activate it and try to install any python package using pip/ pip3, I see this error:
ERROR: Could not install packages due to an EnvironmentError: Missing dependencies for SOCKS support.
while installing packages outside of the venv is OK.
Info:
- Ubuntu 20.04
- conda is my default package manager
- I connect via tor to download packages