ImportError: `anthropic` not installed. Please install it with `pip install anthropic`

Getting import error: When running streamlit example apps from the following location
\agno\cookbook\examples\streamlit_apps\universal_agent_interface
ImportError: anthropic not installed. Please install it with pip install anthropic

I have verified anthropic installation, the package is definitely available in my environment:

Hi @msheikh, thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.If it’s urgent, please let us know. We appreciate your patience!

hey @msheikh could you please run pip install -U anthropic and try again, thanks :raising_hands:

Thanks, Ayush, for the reply! That’s what I did exactly earlier to get the app to work.
@msheikh