23 days ago
hi
for an existing and working n8n flow, i suddenly get this error
Python 3 is missing from this system
can you help resolve it?
6 Replies
22 days ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • 22 days ago
22 days ago
Ir al dashboard de Railway.
Seleccionar el servicio de n8n.
Ir a la pestaña Variables.
Agregar la siguiente variable:
Variable: NIXPACKS_PKGS
Valor: python311 (o la versión que necesite, como python3).
Redesplegar el servicio.
leaan88
Ir al dashboard de Railway.Seleccionar el servicio de n8n.Ir a la pestaña Variables.Agregar la siguiente variable:Variable: NIXPACKS_PKGSValor: python311 (o la versión que necesite, como python3).Redesplegar el servicio.
22 days ago
can you pls write in english?
22 days ago
I'm not sure that solution will work, since I doubt you're using Nixpacks. Are you using this n8n template? https://railway.com/deploy/n8n-with-workers
22 days ago
i tried the above suggested solution - adding a variable, and now my env is competely crashed i cant even login to n8n or reach it, it gives a 502 error.
22 days ago
You should include something in the root directory that represents python (requirements.txt or main.py that starts the app or something like that) you can also set custom command by clicking settings inside your service and set custom start command (for example: python run main.py)
21 days ago
Same, please help fast. Production is down. Was working till yesterday. I can see that new n8n image does not have python installed by default. How can I add it in my current env?
