tavily-ai / tavily-python

A python wrapper for Tavily search API
https://docs.tavily.com
MIT License
112 stars 21 forks source link

ImportError: cannot import name 'TavilyClient' from 'tavily' #20

Open techybolek opened 1 week ago

techybolek commented 1 week ago

I'm not sure what I'm missing:

Command line: pip install tavily-python

Python: from tavily import TavilyClient

ImportError: cannot import name 'TavilyClient' from 'tavily'

Kadajett commented 4 hours ago

Same issue here

Kadajett commented 4 hours ago

If you change the import to from tavily import Client as TavilyClient it should work. Maybe we should update the docs?