Pip takes long time

It looks like this is being caused by the latest version of pip. A temporary fix is to downgrade your pip version to 20.2:

pip install --upgrade pip==20.2

13 Likes