Replies: 2 comments 4 replies
-
One pitfall of loading pickled objects in PyInstaller-frozen application is that the python modules required to (re)instantiate those objects are not seen by our import analysis. So you might need to figure out what modules your ML model is using, and specify them as hidden imports. |
Beta Was this translation helpful? Give feedback.
-
Is there anyway to do this!! (myvenv) PS C:\Users\vikram\OneDrive\Desktop\LOGGER\dist> .\emotional.exe |
Beta Was this translation helpful? Give feedback.
-
Hi,
My aim is to get an exe file out of the Python file which has a predict function for Bertopic ML model, and so has a pickle file. I was wondering if anyone has created an exe file from a Python file having a pickle file of the ML model. I am not able to convert that file by pyinstaller.
Any help will be appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions