conda / conda-pack

Package conda environments for redistribution
https://conda.github.io/conda-pack/
BSD 3-Clause "New" or "Revised" License
495 stars 88 forks source link

Multiple zip files #347

Open sef43 opened 1 week ago

sef43 commented 1 week ago

Checklist

What is the idea?

For compatibility reasons I need to make conda-packs using zip32. This means there is a max size of 4GB for the environment. Some environments are larger than this. I would like to be able to pack the environment into multiple zip files (using zip32). Is this possible?

Or does anyone have any tips on how I could do this?

Thank you

Why is this needed?

No response

What should happen?

No response

Additional Context

No response

xhochy commented 1 week ago

You could pack it into a single zip (or use the uncompresssed option), unpack and re-pack into several zips.