gpt4 book ai didi

python-2.7 - python : permission denied when extracting tar. gz

转载 作者:行者123 更新时间:2023-12-01 00:51:30 26 4
gpt4 key购买 nike

我想提取文件夹中的所有 tar.gz,但我收到 [Errno 13] 权限被拒绝。我已经浏览过与该问题相关的不同帖子,但没有任何帮助。即使在 tar.gz 中提取特定成员也会出现相同的错误。有人可以帮忙吗?

I want to create a script for unzip (.tar.gz) file via (Python)

Python: Extracting specific files with pattern from tar.gz without extracting the complete file

Overwrite existing read-only files when using Python's tarfile

tar = tarfile.open(fname, "r:gz")
tar.extractall()
tar.close()

最佳答案

您是否以本地用户身份运行它?这是在 Unix/Linux 上运行的吗?运行 python 脚本的帐户是否对您尝试写入的文件夹具有适当的权限?

关于python-2.7 - python : permission denied when extracting tar. gz,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47961918/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com