-
Notifications
You must be signed in to change notification settings - Fork 710
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
snscrape: error: unrecognized arguments: --jsonl #77
Comments
Hey, guess you installed it from repository using pip. The "--jsonl"" flag seems to be present only in the newer version that is available on github. So either run
or
to get the newest version. Then your command should work as desired. |
Thanks so much! , but now i have other issue snscrape --jsonl twitter-user rodipardo_ Result: module 'functools' has no attribute 'cached_property' |
Hmm probably has sth. to do with your Python Version. The command as you specified it works with my setup using "Python 3.7.6". Probably try upgrading Python to the newest version beforehand. |
The newest version of snscrape requires Python 3.8, as listed in setup.py. |
This is my shell command?
Can i help me?
snscrape --jsonl twitter-user rodipardo_
Result:
snscrape: error: unrecognized arguments: --jsonl
The text was updated successfully, but these errors were encountered: