I am trying to follow this link from Google to install Cloud Natural Language API Client Libraries
.
However, when I run:
pip install --upgrade google-cloud-language
I get this error:
OSError: [Errno 1] Operation not permitted: '/var/folders/ng/l9w5y3615ssgmcyt06376k240000ft/T/pip-yy0iba-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'
I also tried:
sudo pip install --upgrade google-cloud-language
but got the same error.
I read somewhere that as this is trying to change something on the /System/Library
OSX El Capitan prevents this.
Is there any suggestion on how to proceed?
Thanks for your help.