2 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.
Pinned Solution
2 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
2 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!
2 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
2 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 • 2 months ago