-
Notifications
You must be signed in to change notification settings - Fork 133
Description
ERROR: unit.test_subscribers (unittest.loader._FailedTest)
ImportError: Failed to import test module: unit.test_subscribers
Traceback (most recent call last):
File "/home/betty/.pyenv/versions/3.7.9/lib/python3.7/unittest/loader.py", line 436, in _find_test_path
module = self._get_module_from_name(name)
File "/home/betty/.pyenv/versions/3.7.9/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name
import(name)
File "/home/betty/my_app/tests/unit/test_subscribers.py", line 4, in
from my_app.models.subscribers import DeepName, BoostedName
File "/home/betty/my_app/my_app/models/subscribers.py", line 2, in
import lore.models.keras
File "/home/betty/.pyenv/versions/3.7.9/envs/my_app/lib/python3.7/site-packages/lore/models/init.py", line 1, in
from lore.models import base
File "/home/betty/.pyenv/versions/3.7.9/envs/my_app/lib/python3.7/site-packages/lore/models/base.py", line 11, in
import botocore
ModuleNotFoundError: No module named 'botocore'
Ran 1 test in 0.092s
FAILED (errors=1)