Shad
Shad

Reputation: 3

How to upgrade pip3.6

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

https://i.sstatic.net/LXVni.png

Upvotes: 0

Views: 1131

Answers (1)

Vaibhav
Vaibhav

Reputation: 544

Just try sudo pip3.6 install --upgrade pip. If that does not work, reinstall pip.

Upvotes: 1

Related Questions