linux errno 13 _权限被拒绝:/usr/lib/python3.10/__pycache__/__future__

i34xakig  于 2023-08-03  发布在  Linux
关注(0)|答案(1)|浏览(224)

当运行sail up来安装Laravel时,我得到以下错误:

> #0 129.7 [Errno 13] Permission denied: '/usr/lib/python3.10/__pycache__/__future__.cpython-310.pyc.139841984059904'dpkg: error processing package python3.10-minimal (--configure):
> #0 129.7  installed python3.10-minimal package post-installation script subprocess returned error exit status 1
> #0 129.8 Errors were encountered while processing:
> #0 129.8  python3.10-minimal
> #0 129.8 E: Sub-process /usr/bin/dpkg returned an error code (1)

字符串
我尝试修改路径usr/lib/python3.10/pycache/中的组的权限,但不受限制。

yv5phkfx

yv5phkfx1#

我在Ubuntu和Docker上遇到了同样的问题,通过Snap安装。
为了解决这个问题,我使用命令sudo snap remove docker删除了它。
在那之后,我遵循了Ubuntu官方Docker教程中的说明,可以在https://docs.docker.com/engine/install/ubuntu/找到。该教程指导我成功地重新安装了Docker,现在一切都很顺利。

相关问题