当前位置 : 主页 > 编程语言 > python >

【python】使用pip 安装时If executing pip with sudo, you may want sudo‘s -H flag

来源:互联网 收集:自由互联 发布时间:2022-06-24
报错内容 WARNING : The directory '/Users/zhouyueyang/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 execu

报错内容

WARNING: The directory '/Users/zhouyueyang/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.
WARNING: The directory '/Users/zhouyueyang/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 -H pip install flask(库名)


网友评论