I could swear I did not change anything in my code but when I enter "pyinstaller --onefile --noconsole --name svchost --icon="icon.ico" test.py"
Nothing happens. Instead, there is a file called "python.exe" in my process manager and my pc runs hot. Even when I try to open the file in the cmd with "python test.py" it does not work. I restarted my pc and then suddenly it is like that.
Can someone please help me out?