kyegomez / swarms-cloud

Deploy your autonomous agents to production grade environments with 99% Uptime Guarantee, Infinite Scalability, and self-healing.
https://discord.gg/GYbXvDGevY
MIT License
22 stars 9 forks source link

[BUG] ModuleNotFoundError: No module named 'swarms_cloud' #10

Open vyomakesh09 opened 7 months ago

vyomakesh09 commented 7 months ago

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

Fund with Polar

kyegomez commented 7 months ago

@vyomakesh09 you didn't pop install it: pip install swarms-cloud

evelynmitchell commented 7 months ago

Undercore _ is not the same as hypen -

The name of the package has a hypen

github-actions[bot] commented 5 months ago

Stale issue message