-2

This is the error

ImportError: cannot import name 'raise_for_status' from 'pip._internal.network.utils' (c:\users\aditya\appdata\local\pro grams\python\python39\lib\site-packages\pip_internal\network\utils.py)

  • Take a look at [this question](https://stackoverflow.com/q/49836676/10895906) and especially [this answer](https://stackoverflow.com/a/49836753/10895906) – John Gardounis Jan 07 '21 at 11:51

1 Answers1

1

Upgrading pip or adding --no-cache-dir to the command might help.