How to use vertex ai with autogen? #7112
-
| Hey guys, Is anyone know that how to install autogen.gemini dependency in python? I have tried several way like I just want to try use vertex ai with autogen |
Beta Was this translation helpful? Give feedback.
Answered by KostiushkoOleksandr Nov 8, 2025
Replies: 1 comment 1 reply
-
| The autogen.gemini module isn’t published as a standalone package — that’s why pip can’t find it. Try installing the latest development version directly from GitHub: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by ks885522
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
The autogen.gemini module isn’t published as a standalone package — that’s why pip can’t find it.
It’s part of the Microsoft AutoGen project, but the Gemini client hasn’t been released yet.
Try installing the latest development version directly from GitHub:
pip install "git+https://github.com/microsoft/autogen.git"