-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Issue]: Getting error while installing pip install autogenstudio #1148
Comments
The error message you have suggest that you might have a different version of pyautogen installed than what autogenstudio requires (v - 0.2.0).
Let me know if that is helpful |
FYI: Chi just pushed 0.2.3. @victordibia I'm curious as to why the requirement is pinned to "pyautogen==0.2.0"? What did we break in 0.2.2? Is it related to #1134 ? |
True. It’s more of a testing artifact, nothing else. Current features have been tested with 0.2.0. A future update should address this.
|
Thanks for your response. Unfortunately it didn't work as suggested, I removed pyautogen and autogenstudio, you can see the screenshot, no package found prior to pip install execution. When I ran in my conda env. setup with python 3.11, still same error. please advise if something is missing here? |
Can you try this with python 3.10, just to rule out a python version mismatch.
Also, autogen requires python < 3.12 so we definitely should not be using python 3.12. @afourney, any chance this might be a windows related env issue? |
Thanks for sharing your updates. What happens when you follow the instructions above as suggested? i.e. # Create and activate a new conda environment with python=3.10
pip install -U autogenstudio. note that |
* autogen.agent -> autogen.agentchat * bug fix in portfolio * notebook * timeout * timeout * infer lang; close microsoft#1150 * timeout * message context * context handling * add sender to generate_reply * clean up the receive function * move mathchat to contrib * contrib * last_message
Describe the issue
Receiving error while running pip install -U autogenstudio
pip show pyautogen --- No pyautogen install yet
WARNING: Package(s) not found: pyautogen
Steps to reproduce
No response
Screenshots and logs
Additional Information
I'm using Python 3.12 version and tried 3.11 too, same error.
No response
The text was updated successfully, but these errors were encountered: