MarketSquare / MarketSquare/robotframework-archivelibrary

Cannot zip hughe directories

Open
#33 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
21
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Cannot create zipfiles > 4GB

Exception:
"...Filesize would require ZIP64 extensions"

in the python zipfile module you can add a flag "allowZip64 = True" in the cmd

maybe you can add this to your lib

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the archive-creation entry point that uses Python’s zipfile module and check how ZIP64 support is configured. Reproduce the failure with an archive larger than 4 GB, then confirm that the library can create the archive successfully without the “would require ZIP64 extensions” exception.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.