5 months ago
Error when loading GitHub repository
Attachments
12 Replies
5 months 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 • 5 months ago
Status changed to Awaiting Railway Response Railway • 5 months ago
5 months 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?
5 months 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.
5 months ago
Can confirm. Specifying a .python-version fixes the deploy issue while remaining on Railpack builder.
5 months ago
Facing the same issue
ramyavenkatesh
Facing the same issue
5 months 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.
5 months ago
That worked! Thank you..
eralyne
Can confirm. Specifying a .python-version fixes the deploy issue while remaining on Railpack builder.
5 months ago
Great

