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

Support Linux/Mac builds through Pyinstaller #18

Closed
parklez opened this issue Mar 2, 2021 · 3 comments
Closed

Support Linux/Mac builds through Pyinstaller #18

parklez opened this issue Mar 2, 2021 · 3 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@parklez
Copy link
Owner

parklez commented Mar 2, 2021

Both Linux/Mac comes with python pre-installed and in my opinion, a waste to bundle lots of system binaries just to make it "convenient" for the user.
I know for a fact Pyinstaller bundles everything into a single file for MacOS and acts like a regular system app, with the drawback of slow startup speed, which I totally don't want.

In order to make it convenient for both systems, I need to find the best way for them to run the application. (other than following the running locally instructions)

@parklez parklez added the enhancement New feature or request label Mar 2, 2021
@parklez
Copy link
Owner Author

parklez commented Mar 3, 2021

it's important to provide instructions for debian and all... pyinstaller may not include a bunch of packages like tk and gst

@parklez parklez changed the title Support linux builds with pyinstaller Support Linux/Mac builds through Pyinstaller Apr 12, 2021
@parklez parklez added the wontfix This will not be worked on label Apr 24, 2021
@parklez
Copy link
Owner Author

parklez commented Apr 24, 2021

Since most Linux distributions comes bundled with python 3.6 or newer, and MacOS comes with more or less the same, it becomes redundant to have to ship python using Pyinstaller.

@parklez parklez closed this as completed Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant