-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Error while installing autogen in editable version #5591
Comments
There are multiple packages, you'll need to install each of them. It looks like you ran |
Is there any other way around, to clone the autogen repo, use it in a env as well as able to modify and edit it. |
What I do is use UV, see here: https://github.com/microsoft/autogen/blob/main/python/README.md#virtual-environment |
This works. |
What happened?
I am trying to install autogen in editable version.
But it's throwing this error.
I believe this is file structuring problem.
I have never came acros this error, can someone share some resources to understand this well?
Thanks
What did you expect to happen?
Normal installation of autogen in editable version
How can we reproduce it (as minimally and precisely as possible)?
Just try to clone the repo and install it in editable version
with
pip install -e .
AutoGen version
0.7.4
Which package was this bug in
Core
Model used
Python version
3.10
Operating system
MacOS
Any additional info you think would be helpful for fixing this bug
None
The text was updated successfully, but these errors were encountered: