Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple zip files #347

Open
2 tasks done
sef43 opened this issue Jul 3, 2024 · 1 comment
Open
2 tasks done

Multiple zip files #347

sef43 opened this issue Jul 3, 2024 · 1 comment
Labels
type::feature request for a new feature or capability

Comments

@sef43
Copy link

sef43 commented Jul 3, 2024

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

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

@sef43 sef43 added the type::feature request for a new feature or capability label Jul 3, 2024
@xhochy
Copy link
Collaborator

xhochy commented Jul 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature request for a new feature or capability
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants