Thursday, January 24, 2019

Python - downgrade PIP

After upgrading PIP to version 10, I started to face issues with installation of python modules. Hence, I downgraded it to version 9 using the following command:

sudo pip install --force-reinstall pip==9.0.3

References:
https://github.com/pypa/pip/issues/5290

No comments:

Post a Comment