Ubuntu 18.04使用sudo pip3报错
Posted 朱磊的计算机技术博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 18.04使用sudo pip3报错相关的知识,希望对你有一定的参考价值。
在使用sudo pip3 install python库的时候出现如下警告:
The directory ‘/home/lzhu/.cache/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.
解决方案如下:
将 sudo pip3 install 改为 sudo -H pip3 install
以上是关于Ubuntu 18.04使用sudo pip3报错的主要内容,如果未能解决你的问题,请参考以下文章