我想用PIP命令與PIP
pip install tweepy
但它是未來與錯誤安裝tweepy安裝Tweepy
DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
...
OSError: [Errno 1] Operation not permitted: '/var/folders/zt/c358wgd9255dc9xc2c4s7p9c0000gn/T/pip-odKEwd-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'
我上運行OSX 10.12
一個MAC感謝您的幫助
我認爲錯誤可以通過執行來解決'PIP安裝刮--upgrade - 忽略安裝six'看到: [在OS X埃爾卡皮坦我不能升級Python包依賴的六個兼容性公用事業NOR我可以移除6](http://stackoverflow.com/questions/33185147/on-os-x-el-capitan-i-可以 - 不升級-A-蟒蛇包依賴-ON-THE-六COMPA) – davedwards
這仍然給出了一個OSERROR。 –
'pip install tweepy --ignore-installed six'呢?仍然是'OSError'? – davedwards