mise python3.13 problem
qinbatista
PROOP

3 months ago

my instance keeping getting python3.13. I didn't specfic it, I tried to redeploy it the successed node, but the project sincen keeping use python3.13 and I can't deploy anymore.

Solved$10 Bounty

Pinned Solution

3 months ago

It's harder to help without knowing how you're installing Python

If you're just using a normal Python app through Railpack then it's worth noting that the default Python version for Railpack Python projects is 3.13, you can change it via a RAILPACK_PYTHON_VERSION service variable if you want

or if you're installing Python seperately through mise (RAILPACK_PACKAGES) or apt (RAILPACK_APT_PACKAGES ) or something, you should be able to specify the version there as well

3 Replies

Railway
BOT

3 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


3 months ago

It's harder to help without knowing how you're installing Python

If you're just using a normal Python app through Railpack then it's worth noting that the default Python version for Railpack Python projects is 3.13, you can change it via a RAILPACK_PYTHON_VERSION service variable if you want

or if you're installing Python seperately through mise (RAILPACK_PACKAGES) or apt (RAILPACK_APT_PACKAGES ) or something, you should be able to specify the version there as well


mbmoody429
HOBBY

3 months ago

Add a env variable called RAILPACK_PYTHON_VERSION and set it to 3.12.8

Redeploy and it should go through


Status changed to Solved dev 3 months ago


Loading...