我遇到与此post相同的问题。
我正在尝试使用scrappy
安装pip
,但垃圾邮件似乎依赖于与系统版本不同的six
版本,并且SIP不允许six
更改。我尝试使用brew
和--ignored-installed six
安装python。两者都没有。
OSError: [Errno 1] Operation not permitted: '/tmp/pip-djuFg2-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'
发现完整错误:https://gist.github.com/harinsa/950ad7fb4100fcd8c89c
我没有尝试的唯一解决方案是在恢复模式下禁用SIP,但建议不要这样做。 在尝试禁用SIP之前,我还有其他方法吗?