-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Bug]: 'GroupChatManager' object has no attribute '_groupchat' #1641
Comments
Hi @MehrCurry, This may be related to a regression in pip install -U autogenstudio |
Looks good. I tried deinstalling and reinstalling before but that does not solved the problem. |
That was too early. With my new installation and started with a fresh appdir, the Gerneral Agent Workflow works. But the Travel Agent Workflow again comes with that message:
|
Seems my environment has an influence. I create a Dockerfile and when starting Studio from within docker every thing runs fine.
|
In your requirements.txt can you add a version autogenstudio>=0.0.44a The reason is because sometimes docker will use previous caches images or versions or libraries of the docker file is unchanged. |
I am on Linux and ran: and I am seeing the same issue. I am running 0.0.44a and I am still seeing this error message for the group chat managers. |
I had the same issue with 0.0.44a and was able to resolve the issue by going back to 0.0.42a. (I have not had a chance to debug 0.0.44a to find out what the breaking change might have been yet though). |
Same issue |
Was anyone able to get past this? I've hit a brick wall. |
same issue,i tried to solve this by going back to 0.0.42a,but it didn't work. |
I’ve tried versions from .042 onwards, changed environment as well - fresh
install - nothing works and can’t debug it either
Regards,
*Junaid Ali Qureshi*
…On Mon, 26 Feb 2024 at 4:08 PM HENECIASS501 ***@***.***> wrote:
same issue
—
Reply to this email directly, view it on GitHub
<#1641 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFVALNMRDNSPL2L7IHIHGOTYVRULDAVCNFSM6AAAAABDEUCUV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRTHA3TMNJVGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, Also, please upgrade to the latest version and confirm you still see this error. pip install -U autogenstudio |
Dear Victor, thank you for the message. Here is the version response:
Name: autogenstudio
Version: 0.0.42a0
Summary: AutoGen Studio
Home-page:
Author:
Author-email: AutoGen Team ***@***.***>
License:
Location:
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
Requires: arxiv, fastapi, pyautogen, pydantic, typer, uvicorn
Required-by:
…On Mon, Feb 26, 2024 at 6:22 PM Victor Dibia ***@***.***> wrote:
Hi,
Can you share your autogenstudio version ? Ie pip show autogenstudio.
Also, please upgrade to the latest version and confirm you still see this
error.
pip install -U autogenstudio
—
Reply to this email directly, view it on GitHub
<#1641 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFVALNN5VMZ744FXRRAM2HLYVSLCBAVCNFSM6AAAAABDEUCUV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRUGI3DENRQGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Regards,
*Junaid Ali Qureshi*
|
Describe the bug
I created a group chat workflow and on the first input i get an error:
Steps to reproduce
Expected Behavior
The agents should try to get the answer.
Screenshots and logs
No response
Additional Information
Autogen: autogenstudio-0.0.44a0
OS: MacOS
Python Version: 3.11.6
This happens with all group chat workflows. I also tried the travel agent workflow.
The text was updated successfully, but these errors were encountered: