I have converted some py to exe but my problem is that now I have external files that I want to add into the exe so that the exe can run on its own To be more specific I want to load a machine learning model and run it in the exe.
Asked
Active
Viewed 21 times
0
-
you should read all documetation for `PyInstaller` - there should be answer for your problem. – furas Apr 26 '22 at 13:14