You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python app.py
Traceback (most recent call last):
File "app.py", line 13, in <module>
from lib.word_counter import WordCounter
ImportError: No module named lib.word_counter
(heroku-flask-rq-worker)
due to this line
fromlib.word_counterimportWordCounter
The text was updated successfully, but these errors were encountered:
This fails when
run app.py
due to this line
The text was updated successfully, but these errors were encountered: