Tweepy Streaming Error
I'm trying to analyze the sentiment of the tweets using tweepy and textblob. I did pip install tweepy and it was installed successfully, but I get the following error. Error Messa
Solution 1:
"pip install tweepy" is still not currently functioning with python 3.7, roll back to 3.6.OB1 (and ignore the pip update recommendations).
should work then :)
Solution 2:
Solution 3:
Replacing async with async_ worked as stated by user10459541.
Just open the streaming.py file in the Lib\site-packages\tweepy path and replace all occurences with Find&Replace function on Notepad
Post a Comment for "Tweepy Streaming Error"