PIP showing ModuleNotFoundError while upgrade/downgrade
Summary The issue at hand is a ModuleNotFoundError when attempting to downgrade pip to version 18.1. This error is encountered despite uninstalling and reinstalling urllib3 and requests. The command used to trigger this error is python -m pip install pip==18.1, resulting in the error message ModuleNotFoundError: No module named ‘pip._vendor.urllib3.packages.six.moves’. Root Cause The root cause … Read more