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

Make Unikube CLI as binary executable available #280

Open
Schille opened this issue Feb 17, 2022 · 2 comments
Open

Make Unikube CLI as binary executable available #280

Schille opened this issue Feb 17, 2022 · 2 comments
Assignees
Labels
3-high enhancement New feature or request

Comments

@Schille
Copy link
Contributor

Schille commented Feb 17, 2022

No description provided.

@Schille Schille added enhancement New feature or request 3-high labels Feb 17, 2022
@Schille
Copy link
Contributor Author

Schille commented Feb 22, 2022

I am currently experimenting with PyInstaller https://pyinstaller.readthedocs.io/en/stable/usage.html which will compile a platform-specific binary (executable) for the CLI

@Schille Schille self-assigned this Feb 22, 2022
@Schille
Copy link
Contributor Author

Schille commented Mar 7, 2022

PyInstaller creates a binary which takes multiple seconds (on Mac > 10 s) to unfold and execute. This is probably not feasible to roll out to users.

Next attempt: https://github.com/indygreg/PyOxidizer
This creates huge binaries which execute very fast (~ 500 ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3-high enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant