美文网首页
Library/Caches/pip' or its p

Library/Caches/pip' or its p

作者: 小程序 | 来源:发表于2018-11-20 11:32 被阅读42次

    使用mac开发安装包出现如下问题:
    The directory '/Users/xxx/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
    The directory '/Users/picasso/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
    解决方法:
    (基于用户的权限来安装模块包):

    sudo pip install django-celery --user -U
    

    相关文章

      网友评论

          本文标题:Library/Caches/pip' or its p

          本文链接:https://www.haomeiwen.com/subject/zwmtqqtx.html