python script unable to install a pip requirement

x0huHOBBY

a year ago

11 4.673 ERROR: Could not find a version that satisfies the requirement pytoniq-core==0.1.32 (from versions: none)

11 4.673 ERROR: No matching distribution found for pytoniq-core==0.1.32

i am fetching this error when it attempts to install the requirements.txt file. It works if i run the script locally but it doesnt seem to detect this package through railway.

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

6 Replies


x0huHOBBY

a year ago

here are the logs

Attachments


a year ago

What version of python do you use locally?


x0huHOBBY

a year ago

i am using 3.11


a year ago

Add a file runtime.txt to your project with 3.11 in it.


x0huHOBBY

a year ago

got it thank you for the quick help!


python script unable to install a pip requirement - Railway Help Station