autogen icon indicating copy to clipboard operation
autogen copied to clipboard

autogen-magentic-one ModuleNotFoundError: No module named 'autogen_core'

Open fahdmirza opened this issue 1 year ago • 2 comments

Hi, I am trying to run example for autogen-magentic-one and followed all the steps in your docs but getting following error:

python autogen-magentic-one/examples/example_coder.py --logs_dir ./my_logs Traceback (most recent call last): File "/home/Ubuntu/autogen/python/packages/autogen-magentic-one/examples/example_coder.py", line 10, in from autogen_core.application import SingleThreadedAgentRuntime ModuleNotFoundError: No module named 'autogen_core'

The docs mentioned to run example.py but there is no example.py in the repo.

I am running this in conda environment. Thanks. regards

fahdmirza avatar Nov 06 '24 20:11 fahdmirza

Yep there's no seamless way. For now the best way would be to share the diagram everytime you want to switch and use that link. The issue with the server if outlined here. Idk if I'm missing smth

1ilit avatar Oct 31 '24 22:10 1ilit

Maybe it can be opt-in. This way you don't have to put up with the whole server things and people that may want this need to self-host the server. Or the app can link to a server the user wants (enter domain and your sync token).

DenuxPlays avatar Nov 01 '24 07:11 DenuxPlays