ketpahty
How to install python3 on railway server for Node.js project
i'm just running a python script using the
"spawn" command from "child_process" in my node controller and that python script imports the module "telethon"
for which on my local i ran "pip3 install telethon"
the rest of the codebase is irrelevant, your suggestion got the python file running it is just missing this telethon module and i'm not sure how to install it
(can i ssh into the railway server? or do i need to do something in this .toml file?)
20 replies