install mise packages: python
abitko
HOBBYOP

a month ago

Error when loading GitHub repository

Attachments

$10 Bounty

12 Replies

sam-a
EMPLOYEE

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


pbcbr87
HOBBY

a month ago

I have the same problem now.

Attachments


Status changed to Awaiting Railway Response Railway about 1 month ago


eralyne
PRO

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?


is this version coming from requirements.txt?


heimdall

is this version coming from requirements.txt?

eralyne
PRO

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.


pbcbr87
HOBBY

a month ago

I solve me problem just change it to Nixpacks

Attachments


eralyne
PRO

a month ago

Can confirm. Specifying a .python-version fixes the deploy issue while remaining on Railpack builder.


ramyavenkatesh
PRO

a month ago

Facing the same issue


ramyavenkatesh

Facing the same issue

eralyne
PRO

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.

ramyavenkatesh
PRO

a month ago

That worked! Thank you..


eralyne

Can confirm. Specifying a .python-version fixes the deploy issue while remaining on Railpack builder.

Great


if its resolved, can we close this ticket?


Loading...