androwarn
androwarn copied to clipboard
NameError: name 'sys' is not defined
┌──(root㉿kali)-[/home/kali/Desktop/androwarn-master]
└─# python androwarn.py -i /home/kali/Desktop/ig-learner-master.zip -r html -v 3
Traceback (most recent call last):
File "/home/kali/Desktop/androwarn-master/warn/search/application/application.py", line 28, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kali/Desktop/androwarn-master/androwarn.py", line 34, in
Thank you for pointing this "sys" import bug.
Please install these python dependencies: https://github.com/maaaaz/androwarn/blob/master/requirements.txt
pip2 install play_scraper==0.4.0
The latest version of play_scraper 0.6.0 did not work for me and gave me the same error you encountered. Try 0.4.0