ModuleNotFoundError: No module named 'autogen_agentchat' - Repo Python Sample Code #4990
Unanswered
aayushrajj
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Can you do a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am trying to implement this sample python available in the AutoGen repository.
https://github.com/microsoft/autogen/blob/main/python/samples/agentchat_chainlit/README.md
I have created an venv and installed the given packages mentioned in
requirements.txt
file. But I am getting this constant error ofModuleNotFoundError: No module named 'autogen_agentchat'
.I have also tried installing
pyautogen
and different versions ofautogen_agentchat
.How do I resolve that?
Requirements.txt:
chainlit
autogen-agentchat==0.4.0
Beta Was this translation helpful? Give feedback.
All reactions