在Python中使用rarfile时出现问题:BadRarFile: 无法读取足够的数据: req=65536 got=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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 MacOS 上:
On MacOS:
解决方案:
我在 ProgrammerAH,我把它改编到了Linux上。安装必要的库:
享受吧!
Solution:
This solution I found in ProgrammerAH, and I adapted it to Linux. Install the necessary libraries:
Enjoy!!!