CalledProcessError exit status code 5
问题 I have been working with a short python script that executes bash commands. The program worked fine for about a month. Recently, I tried running the script passing it this command: my_launcher.py -c /path/to/config/file.json (BTW, when the command is entered in terminal, I causes no error and runs fine) and I get the following message: RuntimeError: Command '['bash', '-c', 'my_launcher.py -c /path/to/config/file.json']' returns non-zero exit status (code5) After looking on Google, I found