maaaaz / androwarn

Yet another static code analyzer for malicious Android applications
GNU Lesser General Public License v3.0
473 stars 159 forks source link

ImportError: No module named androguard.misc #18

Closed m2farah closed 5 years ago

m2farah commented 5 years ago

After installing the requirements. I start the program as explained in the Readme file. But I faced this error message :

Traceback (most recent call last):
  File "androwarn.py", line 30, in <module>
    from androguard.misc import AnalyzeAPK
ImportError: No module named androguard.misc
maaaaz commented 5 years ago

Hello,

Have you installed the dependencies ? This error message shows that androguard is not installed.