Installing collected packages: kconfiglib
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/home/amov/.local/lib/python3.8/site-packages/kconfiglib.py'
Check the permissions.
fix the permissions of the .local/lib directory:
sudo chown -R $(whoami):$(whoami) ~/.local/
1045

被折叠的 条评论
为什么被折叠?



