fix: improve python binary Pyinstaller packaging
Opened this issue · 0 comments
ClemDoum commented
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