manumacron
manumacron
I got an issue that my be related. Everything worked fine with the first feed, but the 2 others stuck on the same issue : ``` Traceback (most recent call...
I got the same issue. My distribution do not link python3 with the command `python` I fixed the issue in using the command `python3` and `pip3`
I got the same issue with a fresh install. ``` File "/my_home/.local/lib/python3.8/site-packages/tweepy/streaming.py", line 358 def _start(self, async): ``` I checked online and found that it's related with a new version...