0
安裝雲自然語言API客戶端庫,當我試圖按照從谷歌this鏈接安裝Cloud Natural Language API Client Libraries
。錯誤的Python在OSX埃爾卡皮坦
然而,當我運行:
pip install --upgrade google-cloud-language
我得到這個錯誤:
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'
我也試過:
sudo pip install --upgrade google-cloud-language
,但得到了同樣的錯誤。
我讀的地方,因爲這是試圖改變在/System/Library
OSX埃爾卡皮坦東西防止這一點。
是否有關於如何進行的任何建議嗎?
感謝您的幫助。
謝謝,我會等待,看看是否有人會回答爲什麼我看到這個問題。如果沒有人回答,我會接受你的回答。 – TJ1
@ TJ1見:http://stackoverflow.com/questions/33004708/osx-el-capitan-sudo-pip-install-oserror-errno-1-operation-not-permitted –