how to downgrade pip version 10.0.0 to pip version 9.0.1?
I upgraded my pip version to pip 10.0.0 but i can't seem to find most of the libraries from system interpreter. now i want to know how to downgrade from pip version 10.0.0 tried using command pip install pip=9.0.1 but had 'pip' is not recognized as internal or external command error
Try this
sudo python -m pip install --force-reinstall pip==9.0.1
Try this
pip install --upgrade pip==version
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With