-
My application embeds babel and pycountry. Those dependencies are some of the heaviest in my pyinstaller build, as they come with a lot of string catalogs for languages my application does not support. How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
rokm
Jan 18, 2025
Replies: 1 comment 1 reply
-
By removing them manually. Or, you can filter the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
azmeuk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By removing them manually.
Or, you can filter the
Analysis.datas
list in the .spec file, before it is passed on to other build targets.