Please update the Gemini Developer API

like : client = genai.Client() is showing error…
no where mentioned how to fix …
i recently install with (pip install google-generativeai)

1 Like

Hey @Tushar_Varale
Welcome to the community!
Please install the google-genai package using the following pip command:

pip install -q -U google-genai

Let us know if you are still facing issue.
Thank you!