Closed dholth closed 5 months ago
If the compressed data is larger than 2147483647 bytes, the .conda entry must use the zip64 extensions. Use these when necessary.
Otherwise, the large ZIP format .conda archive cannot be created.
Checklist
What is the idea?
If the compressed data is larger than 2147483647 bytes, the .conda entry must use the zip64 extensions. Use these when necessary.
Why is this needed?
Otherwise, the large ZIP format .conda archive cannot be created.