Hi,
I try to execute a python script in my Exec command Node.
Unfortunately, it does not work.
Content of python script :
print(“Hello”)
Describe the problem/error/question
The error message
Command failed: python3 /home/user/hello.py /bin/sh: python3: not found
The script is wowrking well on the server.
Please share your workflow
Share the output returned by the last node
Command failed: python3 /home/user/hello.py /bin/sh: python3: not found
Information on your n8n setup
- n8n version: 1.95 Self Hosted on a HOSTINGER Server. n8n
- Database (default: SQLite): n/a
- n8n EXECUTIONS_PROCESS setting (default: main): n/a
- Running n8n via (Docker): yes
- Operating system: Ubuntu 24.04
Thank you for your help