agency-swarm icon indicating copy to clipboard operation
agency-swarm copied to clipboard

No module named 'agency_swarm.agency.genesis'

Open wealthypotato opened this issue 1 year ago • 3 comments

image

i followed the tutorial provided by the guru, i even edited the path folders and ran miniconda in order to create the virtual env but no luck, i was hoping anyone else who has ran into this issue has found a way around it

wealthypotato avatar Jan 19 '24 11:01 wealthypotato

Same error

Leonai-do avatar Jan 19 '24 15:01 Leonai-do

just run the following commands in your conda env.

pip uninstall agency_swarm

and then install the new library with

pip install agency-swarm

fylingpete avatar Jan 19 '24 15:01 fylingpete

just run the following commands in your conda env.

pip uninstall agency_swarm

and then install the new library with

pip install agency-swarm

It worked, thanks, I recommend to pip install gradio and selenium to avoid error before running the cells on jupyter.

Leonai-do avatar Jan 19 '24 16:01 Leonai-do