How do I execute python on n8n deployed on heroku?
Error message:
"Execute Command: Command failed: python rdrss.py /bin/sh: python: not found "**
How do I execute python on n8n deployed on heroku?
Error message:
"Execute Command: Command failed: python rdrss.py /bin/sh: python: not found "**
Hi @dovahkiin93,
this python: not found
usually means that pyhton is not installed. n8n is a nodejs application, so python might not be installed inside your heroku app. I am not a heroku user myself, but it seems you have to install multiple buildpacks like here: