mise_install
Anonymous
HOBBYOP

3 months ago

Error:

mise ERROR Failed to install core:python@3.11.15
no precompiled python found for x86_64-unknown-linux-gnu
Build Failed: process "mise install" did not complete successfully

Context

Earlier, my project deployed successfully with Python 3.11.14.

After updating requirements, Railway started resolving Python to 3.11.15, and the build now fails.

What I’ve Tried

  • Redeploying the project
  • Added .python-version
3.11.14  
  • Adding runtime.txt in project root:
python-3.11.14  
  • Setting environment variable:
RAILPACK_PYTHON_VERSION_PYTHON_VERSION=3.11.14  

Despite all this, Railway still attempts to install 3.11.15 and fails.

Solved

2 Replies

Status changed to Awaiting Railway Response Railway 3 months ago


sam-a
EMPLOYEE

3 months ago

This is a known issue - Python 3.11.15 does not have precompiled binaries available in mise, and our team is looking into it. As a workaround, set the environment variable RAILPACK_PYTHON_VERSION to 3.11.14 in your service variables and redeploy. Note the variable name you tried (RAILPACK_PYTHON_VERSION_PYTHON_VERSION) is incorrect, which is why it wasn't taking effect.


Status changed to Awaiting User Response Railway 3 months ago


sam-a
EMPLOYEE

3 months ago

The underlying issue has been resolved. Let us know if you still have a problem.


Status changed to Solved sam-a 3 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...