Module not found
mordye137
HOBBYOP
2 years 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
ⓘ Deployment information is only viewable by project members and Railway employees.
3 Replies
mordye137
HOBBYOP
2 years 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
2 years ago
Do you have any other files that would pertain to managing your dependencies such as pyproject.toml or a pipfile?