在Python中使用rarfile时出现问题:BadRarFile: 无法读取足够的数据: req=65536 got=0

发布于 2025-01-10 19:48:37 字数 173 浏览 1 评论 0原文

在Python中使用rarfile库时,特别是使用方法extractall()时,我遇到了这个问题:

BadRarFile: Failed the read enough data: req=65536 got=0

如何我可以解决这个问题吗?

This problem happened to me when using the library rarfile in Python, particularly with the method extractall():

BadRarFile: Failed the read enough data: req=65536 got=0

How can I solve this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

送舟行 2025-01-17 19:48:37

在 MacOS 上:

brew install carlocab/personal/unrar

感谢 iliatimofeev@GitHub,markokr/rarfile: issues#68

On MacOS:

brew install carlocab/personal/unrar

Credit to iliatimofeev@GitHub, markokr/rarfile: issues#68

老街孤人 2025-01-17 19:48:37

解决方案:

我在 ProgrammerAH,我把它改编到了Linux上。安装必要的库:

  • pip install rarfile
  • pip install unrar
  • sudo apt install unrar (我执行此步骤是为了保证它有效)

享受吧!

Solution:

This solution I found in ProgrammerAH, and I adapted it to Linux. Install the necessary libraries:

  • pip install rarfile
  • pip install unrar
  • sudo apt install unrar (I did this step to guarantee that it works)

Enjoy!!!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文