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
File "C:\Users\danielp\the-compiler\test.py", line 1, in
from the_compiler import Architect, Developer, UnitTester
File "C:\Users\danielp\the-compiler\the_compiler_init_.py", line 1, in
from the_compiler.main import Architect, CodeGenerator, TestCreator, TheCompiler
File "C:\Users\danielp\the-compiler\the_compiler\main.py", line 1, in
from swarms import worker_node, boss_node
File "C:\Python311\Lib\site-packages\swarms_init_.py", line 1, in
from swarms.agents.swarms import WorkerNode, BossNode
File "C:\Python311\Lib\site-packages\swarms\agents\swarms.py", line 2, in
from swarms.agents.workers.auto_agent import AutoGPT
ModuleNotFoundError: No module named 'swarms.agents.workers'
I installed requirements.txt but getting this error. shrugs
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:
@halfprice06 Hey please excuse me, this was because of Swarms, and it's still in early alpha, please try again when you have a chance, it might be fixed for you.
File "C:\Users\danielp\the-compiler\test.py", line 1, in
from the_compiler import Architect, Developer, UnitTester
File "C:\Users\danielp\the-compiler\the_compiler_init_.py", line 1, in
from the_compiler.main import Architect, CodeGenerator, TestCreator, TheCompiler
File "C:\Users\danielp\the-compiler\the_compiler\main.py", line 1, in
from swarms import worker_node, boss_node
File "C:\Python311\Lib\site-packages\swarms_init_.py", line 1, in
from swarms.agents.swarms import WorkerNode, BossNode
File "C:\Python311\Lib\site-packages\swarms\agents\swarms.py", line 2, in
from swarms.agents.workers.auto_agent import AutoGPT
ModuleNotFoundError: No module named 'swarms.agents.workers'
I installed requirements.txt but getting this error. shrugs
Upvote & Fund
The text was updated successfully, but these errors were encountered: