Hi All, any idea why i get the "ImportError: cannot import name 'TwitterTweetReader' from 'llama_index' (/home/user/.local/lib/python3.10/site-packages/llama_index/init.py)" error. I am running llama-index-0.9.8 I checked the "init.py" and TwitterTweetReader is listed there in all list
Thx, it actually worked after I manually installed tweepy, but now have problem reading tweets. Looks like I need paid API key to be able to do so. Or am I missing something here ?