a month ago
Every time I try to build, I get this error. Trying to redeploy my current (working) deployment also fails.
It seems to be an internal Railway error. Am I missing something?
Thanks in advance
Attachments
5 Replies
a month ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 26 days ago
a month ago
the error says that mise is failing to install a precompiled python version 3.13.14. You can fix this by changing your python version from python@3.13.14 to just python@3.13
darseen
the error says that mise is failing to install a precompiled python version `3.13.14`. You can fix this by changing your python version from `python@3.13.14` to just `python@3.13`
a month ago
I'm not forcing any minor version:
My dep look like:
python = ">=3.13.9,<3.15"
Somehow railway/poetry chooses 3.13.14 but then they can't build. Moreover, why now is failing this version? 3 days ago it was running
alexalbala
I'm not forcing any minor version: My dep look like: python = ">=3.13.9,<3.15" Somehow railway/poetry chooses 3.13.14 but then they can't build. Moreover, why now is failing this version? 3 days ago it was running
a month ago
You're right. This started happening suddenly. A user reported the same issue you're facing. Although, I'm not really sure what the cause is; you can try the suggested fix as a workaround to get your application to build for the mean time. You can just set python = "3.13". If it fails set it to a version like 3.13.9
darseen
You're right. This started happening suddenly. A user reported the same issue you're facing. Although, I'm not really sure what the cause is; you can try the suggested fix as a workaround to get your application to build for the mean time. You can just set `python = "3.13"`. If it fails set it to a version like `3.13.9`
a month ago
Thanks! For now I'll wait since I don't have the urgency to deploy the new version. When this issue blocks me I'll try to play with the versions
a month ago
The thing is 3.13.14 was released yesterday... So the precompiled binaries are not available yet. 3.13.2 is a version I can't use, but 3.13.13 should work until 3.13.14 is available
