I\'m making a script that receives some args and use these args to manipulate a Firebase Realtime Database.
When I run the script on cmd (I\'m on a Windows 10 computer)
I solved it by changing the python version to 3.7.2 and using pyinstaller (wich I've tried before and also didn't worked) instead of cx_freeze.
Don't know why, but its working now.