Comment by nsnadell
4 years ago
For anyone else who runs into this issue, run this: pip install --upgrade pip
Then run this again: pip install -r requirements.txt
4 years ago
For anyone else who runs into this issue, run this: pip install --upgrade pip
Then run this again: pip install -r requirements.txt
also, make sure you're using python3.9 or lower
https://stackoverflow.com/a/70501550/21539