I am doing pip install setuptools --upgrade but getting error below
Installing collected packages: setuptools
Found existing installation: set
Try to upgrade manually:
pip uninstall setuptools
pip install setuptools
If it doesn't work, try:
pip install --upgrade setuptools --user python
As you can see, the operation didn't get appropriate privilege:
[Errno 1] Operation not permitted: '/tmp/pip-rV15My-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc'")