I\'m deploying a Django app to a dev server and am hitting this error when I run pip install -r requirements.txt:
pip install -r requirements.txt
Traceback (most recent call la
I experienced that error in my Google App Engine environment. And pip install -t lib setuptools fixed the issue.
pip install -t lib setuptools