Module not found

mordye137
HOBBY

a year ago

I have a python script that keeps failing because it can't find the module, but all the packages are listed in requirements.txt file and it looks like all the packages are being installed during build

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

3 Replies

a year ago

What is the specific error message?


mordye137
HOBBY

a year ago

What is the specific error message?

ModuleNotFoundError: No module named 'discord'thats just the first line of the file, there's a few imports after that one as well


a year ago

Do you have any other files that would pertain to managing your dependencies such as pyproject.toml or a pipfile?


Module not found - Railway Help Station