BUG - BLOCKER -Python 3 is missing from this system
shak123456
PROOP

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?

$10 Bounty

6 Replies

Railway
BOT

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


leaan88
FREE

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_PKGS​Valor: python311 (o la versión que necesite, como python3).​Redesplegar el servicio.

shak123456
PROOP

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


shak123456
PROOP

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.


Anonymous
HOBBY

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)


abhaybabbar
PRO

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?


Loading...