You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: cannot import name 'TweepError' from 'tweepy'
Following a search I gleaned that TweepError has been replaced by TweepyException in the current version. I have tried that but still no luck. Do I need to be using a specific Tweepy version?
EDIT: I have tried to make changes to the get_metadata.py file and I get output files with headings but they're empty
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for sharing this dataset. I am trying to use it for my maters dissertation.
I am just trying to work through the usage tutorial and am stuck at:
!python3 get_metadata.py -i clean-dataset-filtered.tsv -o hydrated_tweets -k api_keys.json
I get the error:
ImportError: cannot import name 'TweepError' from 'tweepy'
Following a search I gleaned that TweepError has been replaced by TweepyException in the current version. I have tried that but still no luck. Do I need to be using a specific Tweepy version?
EDIT: I have tried to make changes to the get_metadata.py file and I get output files with headings but they're empty
Thanks!
The text was updated successfully, but these errors were encountered: