-
Notifications
You must be signed in to change notification settings - Fork 0
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
Provide single executable #12
Labels
enhancement
New feature or request
Comments
siberianlove
added a commit
that referenced
this issue
Mar 17, 2024
siberianlove
added a commit
that referenced
this issue
Mar 17, 2024
siberianlove
added a commit
that referenced
this issue
Mar 17, 2024
siberianlove
added a commit
that referenced
this issue
Mar 17, 2024
siberianlove
added a commit
that referenced
this issue
Mar 17, 2024
siberianlove
added a commit
that referenced
this issue
Mar 17, 2024
Using this approach i encountered new issue. Not all systems (especcially container images) contain dynamic libraries that binary file needs to run executable. From this point we have two new issue caused by this one
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since one of the main ideas of this tool is simplicity - should be relatively easy to install and run. Dependencies ruins this approach cause when you have dependencies you need to do more steps to configure system environment before run, especially in stuff like ci/cd.
One of the ways to do this - build python source code to single native executable with tools like pyinstaller. So user can just download & run. I thing we should try this first.
Also we can do it by provide single python script so user can run it using python interpreter since it's common tool.
The text was updated successfully, but these errors were encountered: