osome-iu / botometer-python

A Python API for Botometer by OSoMe
https://botometer.osome.iu.edu
MIT License
371 stars 59 forks source link

Error: invalid syntax #36

Closed CubicrootXYZ closed 4 years ago

CubicrootXYZ commented 4 years ago

I am just trying to run the sample code, but it throws an error File "C:\Users\XXXXX\AppData\Local\Programs\Python\Python37-32\lib\site-packages\tweepy\streaming.py", line 358 def _start(self, async): ^ SyntaxError: invalid syntax

I'm running it with Python 3.7

phui commented 4 years ago

This is a compatibility issue of Tweepy with Python 3.7. It is being addressed at https://github.com/tweepy/tweepy/issues/1017