Skip to content
New issue

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

AttributeError: module 'autogen' has no attribute 'UserProxyAgent' #2

Open
cryptoknox opened this issue Nov 1, 2023 · 3 comments
Open

Comments

@cryptoknox
Copy link

getting this error when trying to run script.
AttributeError: module 'autogen' has no attribute 'UserProxyAgent'

@SDcodehub
Copy link

SDcodehub commented Nov 4, 2023

getting same error, windows.
trying with agent_groupchat.py example
tried autogen and pyautogen
pyautogen -0.1.14
python-3.11.2

@rosx27
Copy link

rosx27 commented Nov 5, 2023

have you tried from autogen import UserProxyAgent, AssistantAgent?

@SDcodehub
Copy link

SDcodehub commented Nov 6, 2023

downgraded the pyautogen version to 0.1.0 worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants