Replies: 1 comment 6 replies
-
How large is the application bundle (if you build in onedir mode, or if you build in onefile and check the size of temporary _MEIXXXXXX directory at runtime)? Because if there are a lot of data and shared libs to compress, the onefile build process is expected to take a while just due to having to compress everything... Therefore, the measures you can take are primarily aimed at reducing the application size:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As my project's code grew (both my own code and the included libraries) the build process has steadily slowed down. What are some measures I can take to speed it up? It currently takes 2-3 mins.
I'm using a one-file bundle. Pyinstaller 4.9.
If I need to provide more info or perform some tests, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions