I have a problem when I try to use pip in any way. I\'m using Ubuntu 16.04.4
I should say that I\'ve used it already, and I never had any problem, but starting today
Are you using python2 or python3? The following command could be different!
python3 -m pip --version
python3 -m pip install --upgrade pip
sudo apt-get install python3-pip