I am working with sox in python to modify some audios, I've added sox in the requeriments file but when I deploy and call the function i get the next error: "Result: Failure Exception: FileNotFoundError: [Errno 2] No such file or directory: 'sox' " i think this problem happend because I have to install sox in the machine where the function works with the next command "apt-get install sox" but I don't know how to do it.
I would greatly appreciate the help
