5 months 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
5 months 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 • 5 months ago
5 months 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\_PKGS Valor: python311 (o la versión que necesite, como python3). Redesplegar el servicio.
5 months ago
can you pls write in english?
5 months 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
5 months 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.
5 months 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)
5 months 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?
