-
Notifications
You must be signed in to change notification settings - Fork 959
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
Any plans to support packaged binary? #10452
Comments
My experience, for what it's worth: I support a few Python-based utilities in our company, and used PyInstaller to create standalone distributable binaries. I've recently converted one such project to Neither solution - PyInstaller, or The wrapper solution I came up with would be trivially adaptable to any other PyPI-distributed package, and even to non-PyPI packages with a little work. You can take a look here if you like. Note that the If any of the |
Thanks for sharing, I will check this method out. I only know python and java, not rust at all, otherwise I would like to provide more help. |
Support for this feature is being tracked in #5802 |
Interesting! I'd recommend opening a dedicated issue for this feature. |
Thanks, I went ahead and did so: #10465 Get a cup of coffee... brevity is definitely not one of my strengths. |
Thanks for your work, UV always great!
Recently I realized that it is convenient to package the project into an exe so that users can install all environments and third-party dependencies, like pyinstall, auto-py-to-exe.
I guess UV seems to do the same thing, since it can lock python versions, dependency versions, etc.
The text was updated successfully, but these errors were encountered: