I have a strange error when I tried to install a python library using pip in Visual Studio Code.
What is even more strange (almost for me) is that this only happened when I am in a virtual environment. Out of there, I can use pip with no problems.
Can anyone help me, please?
EDIT: I found the solution.
I just updated pip using:
curl https://bootstrap.pypa.io/get-pip.py | python