Reputation: 3
I use Linux, Debian for Python 3.6.4, I also use pip3.6. It has asked me a lot to upgrade but it will not work, I always get this error.
Already, I have tried pip3.6 install ---upgrade pip
Upvotes: 0
Views: 1131
Reputation: 544
Just try sudo pip3.6 install --upgrade pip
. If that does not work, reinstall pip.
Upvotes: 1