shirosaidev / stocksight

Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
https://shirosaidev.github.io/stocksight/
Apache License 2.0
2.12k stars 463 forks source link

Can't import StreamListener #34

Open anandbhaskaran opened 1 year ago

anandbhaskaran commented 1 year ago

The fresh installation of the stack and executing the python code throws an expetion

glitchawy commented 1 year ago

pip uninstall tweepy pip install tweepy==3.10.0

all fixed <3