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

fix: improve python binary Pyinstaller packaging #111

Open
ClemDoum opened this issue Oct 31, 2023 · 0 comments
Open

fix: improve python binary Pyinstaller packaging #111

ClemDoum opened this issue Oct 31, 2023 · 0 comments
Assignees
Labels

Comments

@ClemDoum
Copy link
Collaborator

Description

The Python app binary created with Pyinstaller is:

  • slow to start: much slower than the starting the same app directly)
  • very large: the binary probably embed too many dependencies
  • not using hooks to specify its extra dependencies

All of the above should be addressed by configuring the Pyinstaller build

@ClemDoum ClemDoum self-assigned this Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: 📋 Backlog
Status: Todo
Development

No branches or pull requests

1 participant