We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting this error when trying to run script. AttributeError: module 'autogen' has no attribute 'UserProxyAgent'
The text was updated successfully, but these errors were encountered:
getting same error, windows. trying with agent_groupchat.py example tried autogen and pyautogen pyautogen -0.1.14 python-3.11.2
agent_groupchat.py
autogen
pyautogen
pyautogen -0.1.14
python-3.11.2
Sorry, something went wrong.
have you tried from autogen import UserProxyAgent, AssistantAgent?
from autogen import UserProxyAgent, AssistantAgent
downgraded the pyautogen version to 0.1.0 worked
No branches or pull requests
getting this error when trying to run script.
AttributeError: module 'autogen' has no attribute 'UserProxyAgent'
The text was updated successfully, but these errors were encountered: