mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #478] Unused models in the application #375
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Roboxkin on GitHub (Apr 13, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/478
Originally assigned to: @Roboxkin on GitHub.
Hello!
I can’t figure out how to make sure that only the necessary extensions are collected in the application.
No matter how much I try, I always get 1.5 - 2 gigabytes.
my code
After assembling the application, a 40MB file is obtained (this is permissible) and a folder with extensions at 1.8 GB.
Without a folder, the application does not launch and there are extensions in the folder that are not needed. those. it collects everything that is installed (pip list)
I'm writing through Google Translate, sorry if anything is wrong
python 3.10.11
auro py to exe last (just updated today)
@github-actions[bot] commented on GitHub (Apr 13, 2024):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Apr 14, 2024):
I trust you read the help post - when you follow the steps under "The Output Executable is Huge" do you see a size difference?
@Roboxkin commented on GitHub (Apr 14, 2024):
Thank you very much for the answer!
To be honest, I didn’t read it, but I opened the link and immediately understood what the problem was.
Thank you very much for pointing me to the right place and helping me with this issue.