ImportError: `google-genai` not installed. Please install it using `pip install google-genai`

Used workspace inside that tried creating my own agent with gemini model and i got this error

ImportError: google-genai not installed. Please install it using `pip install google-genai

Hi @manish_963
thanks for reaching out and supporting Agno!
We’ve shared this with the team and are working through requests one by one—we’ll get back to you as soon as we can.

Hi @manish_963,

Thank you for your message and for trying out the Gemini model.

The error means the google-genai package is not installed in your environment. Please try running pip install google-genai in your terminal. That should fix the issue.

Let us know if you run into any more problems. We are here to help!