I am trying to convert a .py file to .exe using pyinstaller. When I try to run the executable the following error is shown :
My current pyinstaller command is the following:
pyinstaller --noconfirm --onefile --console --hidden-import "pydub" --add-data "C:/Users/me/AppData/Local/Programs/Python/Python37/Lib/site-packages/customtkinter;customtkinter/" "C:/Users/me/PycharmProjects/TestProj/main.py"