a month ago
Error when loading GitHub repository
Attachments
12 Replies
a month ago
Can you provide a link to the deployment that triggered this error log so we can investigate further and give any additional information around what you were trying to do?
Status changed to Awaiting User Response Railway • about 1 month ago
Status changed to Awaiting Railway Response Railway • about 1 month ago
a month ago
Same issue which is preventing my deployments. Looks like it's trying to install 3.13.12 which was released like 3 hours ago? I don't think it's been precompiled yet?
heimdall
is this version coming from requirements.txt?
a month ago
Well my repo doesn't have a specified version, I assume Railway pack is just seeing nothing and assuming latest version. Good call out to check.
I think specifying a .python-version to a stable version should fix this? I'll test on my end.
a month ago
Can confirm. Specifying a .python-version fixes the deploy issue while remaining on Railpack builder.
a month ago
Facing the same issue
ramyavenkatesh
Facing the same issue
a month ago
Add a `.python-version` file that specifies a specific python version (3.13.11) and it fixes it. You can remove it later or keep it and update it.
eralyne
Add a `.python-version` file that specifies a specific python version (3.13.11) and it fixes it. You can remove it later or keep it and update it.
a month ago
That worked! Thank you..
eralyne
Can confirm. Specifying a .python-version fixes the deploy issue while remaining on Railpack builder.
a month ago
Great

