Tried to run the program locally, as a python script and it runs fine, but it does not work as intended when exported using PyInstaller. Is there anything i'm missing?
PyInstaller command: pyinstaller --onefile --hidden-import numba --hidden-import numpy --hidden-import torch --hidden-import tqdm --hidden-import more-itertools --hidden-import tiktoken --hidden-import ffmpeg-python MyScript.py
The packages i am using are: tkinter, whisper, time, threading, collections