pip3 Defaulting to user installation because normal site-packages is not writeable

Defaulting to user installation because normal site-packages is not writeable

image


原因:
没有操作 site-packages 目录权限


解决方法:
命令前加上 sudo

sudo pip3 install CommandNotFound
posted @ 2023-07-05 18:36  悟透  阅读(922)  评论(0编辑  收藏  举报