You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have Python modules required by main.py in the same directory, it seems that PyInstaller will not pick these up by default. Adding a --paths argument to PyInstaller may do the trick.