doesn't see packages that I have
donaldbaiden
FREEOP

2 years ago

Railway somehow doesn't see packages that I have in my python project. All dependencies are presented as well

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.Traceback (most recent call last):

File "/app/main.py", line 3, in <module>

from aiogram import Bot, Dispatcher, types, F, filters

ModuleNotFoundError: No module named 'aiogram'

Solved

2 Replies

brody
EMPLOYEE

2 years ago

Please describe the issue with more details.

Do you have all the needed modules in a requirements.txt file?


Status changed to Solved Railway over 1 year ago


donaldbaiden
FREEOP

2 years ago

It was the issue, thanks


Loading...