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
ImportError while importing test module '/home/v/swarms-cloud/tests/test_api_generator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/init.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_api_generator.py:5: in
from swarms_cloud.api_key_generator import generate_api_key
E ModuleNotFoundError: No module named 'swarms_cloud'
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
ImportError while importing test module '/home/v/swarms-cloud/tests/test_api_generator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/init.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_api_generator.py:5: in
from swarms_cloud.api_key_generator import generate_api_key
E ModuleNotFoundError: No module named 'swarms_cloud'
Upvote & Fund
The text was updated successfully, but these errors were encountered: