Railway error with building Docker [Region: europe-west4]
ainergy-berlin
HOBBYOP

2 months ago

My server faced issues while redeploying the app with python==3.13.2. It's the same mise error that I found in several old threads. I added a new RAILPACK_PYTHON_VERSION variable, and added .python-version file but still failed.

ERROR: failed to build: failed to solve: process "mise install" did not complete successfully: exit code: 1

Solved

1 Replies

Railway
BOT

2 months ago

Python 3.13.2 is a known issue with mise in Railpack builds, as precompiled binaries may not be available for that version. Try setting RAILPACK_PYTHON_VERSION to 3.13.1 or 3.12 instead, or use a custom Dockerfile with FROM python:3.13.2 to bypass Railpack's mise-based Python installation entirely.


Status changed to Awaiting User Response Railway 2 months ago


Status changed to Solved ainergy-berlin 2 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...