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
In CentOS 6 installing the package python-setuptools fixed it.
yum install python-setuptools