Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: unit.test_subscribers (unittest.loader._FailedTest) #177

Open
Betty1999Kamanthe opened this issue Aug 19, 2021 · 6 comments
Open

Comments

@Betty1999Kamanthe
Copy link

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)

@metatron1973

This comment was marked as spam.

@metatron1973

This comment was marked as spam.

@metatron1973

This comment was marked as spam.

@metatron1973

This comment was marked as spam.

@metatron1973

This comment was marked as spam.

@metatron1973

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants