Replies: 1 comment
-
You could try adding some of these modules to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am compiling my exe to a folder and I noticed in the _internal folder, it is putting libraries that I am not using in my project.
For example it is adding pygame, which I am not even using which is what brought up this question in the first place.
How do I ensure the compiled output only includes the libraries it needs to function ?
For example this is my imports:
and after compiling with auto-py-to-exe,
in the output "_interal" folder this is what is in there:
Beta Was this translation helpful? Give feedback.
All reactions