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
sudo pip install --force-reinstall pip==9.0.3
References:
https://github.com/pypa/pip/issues/5290
No comments:
Post a Comment