I am aware that there are several other topics address this issue, such as this, and this. Despite having tried all of the suggested solutions in those topics, I am still getting that file already exists error with pyinstaller. This is how I edited the spec file and that didn't work. After getting dll errors with py2exe I thought I'd try pyinstaller which can at least finish compiling my simple program unlike py2exe, but now I'm having this error with pyinstaller and none of the solutions I found worked for me.
These are the issues I'm having with --onefile distribution. With --onedir, it compiles my program and when I double click the .exe, it doesn't give me any errors, but it just doesn't do anything. No errors but also no window. I'm completely stuck here and will appreciate any help with this. Thanks in advance.