androguard: When I run androlyze.py, I receive an error

Describe what you wanted to do

I use pip3 install androguard commend install the androguard, and successfully. But when I run androlyze.py, I receive an error

zhangxudeMacBook-Pro:bin zhangxu$ python3 androlyze.py 
Traceback (most recent call last):
  File "androlyze.py", line 47, in <module>
    androlyze_main(args.debug, args.ddebug, args.no_session, args.apk)
TypeError: androlyze_main() takes 2 positional arguments but 4 were given

System Information

  • Androguard Version: 3.3.5
  • Python Version:3.7
  • Operating System :macos 10.14.3

what should I do for this error?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 21 (9 by maintainers)

Most upvoted comments

you can use pip to clone from git like this:

pip install git+https://github.com/androguard/androguard.git

See https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support