kyegomez / the-compiler

Seed, Code, Harvest: Grow Your Own App with Tree of Thoughts!
https://discord.gg/qUtxnK2NMf
Apache License 2.0
144 stars 19 forks source link

Running readme sample code #5

Open halfprice06 opened 1 year ago

halfprice06 commented 1 year ago

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

Fund with Polar

kyegomez commented 1 year ago

@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.