macOS pip install powerline-status error

发布于 2022-09-04 04:57:18 字数 1572 浏览 32 评论 0

info

➜  ~ which python
/usr/bin/python

sudo pip install powerline-status 执行后报如下错误

    creating build/scripts-2.7
    copying and adjusting scripts/powerline-lint -> build/scripts-2.7
    copying and adjusting scripts/powerline-daemon -> build/scripts-2.7
    copying and adjusting scripts/powerline-render -> build/scripts-2.7
    copying and adjusting scripts/powerline-config -> build/scripts-2.7
    changing mode of build/scripts-2.7/powerline-lint from 644 to 755
    changing mode of build/scripts-2.7/powerline-daemon from 644 to 755
    changing mode of build/scripts-2.7/powerline-render from 644 to 755
    changing mode of build/scripts-2.7/powerline-config from 644 to 755
    running install_lib
    running install_data
    copying scripts/powerline -> /System/Library/Frameworks/Python.framework/Versions/2.7/bin
    
    error: [Errno 1] Operation not permitted: 
    u'/System/Library/Frameworks/Python.framework/Versions/2.7/bin/powerline'

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, 
tokenize;__file__='/private/tmp/pip-build-CLKYHF/powerline-

status/setup.py';f=getattr(tokenize, 'open', open)

(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, 

__file__, 'exec'))" install --record /tmp/pip-hbMoq2-record/install-

record.txt --single-version-externally-managed --compile" failed with error 

code 1 in /private/tmp/pip-build-CLKYHF/powerline-status/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沉溺在你眼里的海 2022-09-11 04:57:18

pip install --user powerline-status
如果还不行可参考安装文档:
https://powerline.readthedocs...

尘曦 2022-09-11 04:57:18

我也是这样的问题 露珠解决了吗 求分享

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文