ModuleNotFoundError: No module named 'autogen_agentchat' - Repo Python Sample Code #4990
-
Hi All, I have created an venv and installed the given packages mentioned in How do I resolve that? Requirements.txt: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Can you do a |
Beta Was this translation helpful? Give feedback.
I am now able to install
autogen-agentchat==0.4.0
seperately via pip (it did not get installed when direclty tried installing via requirements.txtpip install -r requirements.txt
) directly running in a venv but while runnning the code I am getting error while importing thisautogen_ext.models.openai import OpenAIChatCompletionClient
I have python 3.12.8 on my system. Should I downgrade the version?