python3: command not found

doyren
TRIAL

5 months ago

Hi all,

I'm trying to deploy a Solara app on Railway, but I’m getting the error:

bash
/bin/bash: line 1: python3: command not found
It seems like the python3 command isn’t found during deployment.

My Procfile is set up like this:

Procfile
web: python3 -m solara run --host 0.0.0.0 --port $PORT

Does anyone know what could be causing this issue? Any advice or suggestions would be appreciated!

Thanks!

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

0 Replies