#Deployment error in a python discord application

19 messages · Page 1 of 1 (latest)

olive spear
#

do you have a requirements.txt file?

eager terrace
#

yup

eager terrace
olive spear
#

try specifying version numbers, I’m not sure if that’s required or not but it’s best practice

#

all it says is that there was an error running the install command, that’s all I can think of atm

#

use the version numbers currently installed on your system

eager terrace
#

ok

#

btw how do I specify versions?

#

in the file

olive spear
#

package==x.x.x

#

where x = the version

eager terrace
#

k thanks

eager terrace
#

yup it works

#

I just did pip freeze
And copied every requirement with version into the file

fiery timber
#

The railway enviroment will delete all files unless you dockerize them

#

thats how Railway can run your apps across the entire world

eager terrace
fiery timber
#

The railway enviroment is ephemeral