Pip update is no more than don’t be afraid, try these three commands!

1. Use python -m pip install --upgrade pip to upgrade failed
2. Use python -m pip install -U --force-reinstall pip to still fail
3. Use pip install --user --upgrade pip to upgrade successfully

Guess you like

Origin blog.csdn.net/qq_45750230/article/details/106226747