-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Syntax #39
Comments
After update python3.6 the issue continue: can anybody help me? |
t.start()
|
Same Error Here |
Had this same error. This can be fixed by editing "/usr/local/lib/python3.6/dist-packages/tweetfeels/tweetdata.py" and changing TimeGrouper to Grouper. |
I changed TimeGrouper to Grouper and I still receive the same error "UnboundLocalError: local variable 's' referenced before assignment" Any ideas? :( |
any solution? |
I just shipped a new version on pypi which should fix this error. To upgrade:
Note that it is important to uninstall tweepy as shown by the first line. Hopefully tweepy will release a new version soon and we can simplify the install complications caused by the upstream bug. If your issues are resolved, I would appreciate a shout back here to let us know so we can get this issue closed. |
File "/usr/local/lib/python3.5/dist-packages/tweetfeels-0.4.0-py3.5.egg/tweetfeels/tweetdata.py", line 146
df = df.groupby(pd.TimeGrouper(freq=f'{int(binsize/second)}S')).size()
^
SyntaxError: invalid syntax
Do you know what can happen? Thanks
The text was updated successfully, but these errors were encountered: