-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
If it's worthwhile for poetry to support generate executable and self-contained python zip archives(zipapp)? #3488
Comments
Maintainers somewhat have this feature in mind. I could not find a specific dedicated ticket on this though, but here are somewhat related tickets: |
Our group decided to use |
@hyliu1989 Got it, thank u for your work~ |
Ah yes, if you are open to 3rd party tools then shiv is a good one. There is also pex. And I wrote zapp that has very limited features but works well enough for very simple projects (without C extensions, etc.): |
@sinoroc haha for now, I'm using a trick that 1st execute |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi, recently I'm thinking about that if poetry can support building zipapp (ref to 28.4. zipapp — Manage executable python zip archives and PEP 441),with this feature, when submitting jobs to clusters such as spark is much more convinent for poetry-building projects~
The text was updated successfully, but these errors were encountered: