APKiD icon indicating copy to clipboard operation
APKiD copied to clipboard

Can't install apkid on w7

Open greenozon opened this issue 1 year ago • 1 comments

Windows 7 x64,

c:\Prg\Dev\Java\APKiD>python prep-release.py Traceback (most recent call last): File "prep-release.py", line 33, in from apkid.output import colorize_tag File "c:\Prg\Dev\Java\APKiD\apkid\output.py", line 73, in class OutputFormatter(object): File "c:\Prg\Dev\Java\APKiD\apkid\output.py", line 82, in OutputFormatter def write(self, results: Dict[str, List[yara.Match]]) -> None: AttributeError: module 'yara' has no attribute 'Match'

c:\Prg\Dev\Java\APKiD>pip freeze apkid==2.1.3 astroid==2.3.3 colorama==0.4.3 isort==4.3.21 mccabe==0.6.1 pylint==2.4.4 yara==1.7.7 yara-python-dex==1.0.3

c:\Prg\Dev\Java\APKiD>python --version Python 3.8.10

greenozon avatar Jul 16 '22 11:07 greenozon

I'll try and reproduce this when I'm in front of my laptop.

Does the yara module not have a Match class anymore?

CalebFenton avatar Jul 24 '22 17:07 CalebFenton