DylZ
DylZ
RRailway
Created by DylZ on 4/5/2024 in #✋|help
Magic python lib isnt working.
I will attach the full build logs below
93 replies
RRailway
Created by DylZ on 3/24/2024 in #✋|help
Module not found, Folder does exist
So I am trying to import a file and it is telling me the fodler doesnt exist.
File "/app/Routes/test.py", line 2, in <module>

import Utils.Email

ModuleNotFoundError: No module named 'Utils'
File "/app/Routes/test.py", line 2, in <module>

import Utils.Email

ModuleNotFoundError: No module named 'Utils'
19 replies
RRailway
Created by DylZ on 4/14/2023 in #✋|help
Pip is not installing the most recent version of a library.
So I am trying to host a discord bot using interactions.py. They have V5.0.1 out but Railway will not install anything newer than 4.4.1. Here is the error if its helpful.
ERROR: Could not find a version that satisfies the requirement discord-py-interactions>5.0.0 (from versions: 3.0.2, 4.0.0, 4.0.1, 4.0.2, 4.1.0, 4.2.0, 4.2.1, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.4.0, 4.4.1)
ERROR: Could not find a version that satisfies the requirement discord-py-interactions>5.0.0 (from versions: 3.0.2, 4.0.0, 4.0.1, 4.0.2, 4.1.0, 4.2.0, 4.2.1, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.4.0, 4.4.1)
I can install 5.0.1 just fine on my machine so Im not sure why it wont work on railway.
16 replies