Skip to content
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

Can't install apkid on w7 #310

Open
greenozon opened this issue Jul 16, 2022 · 1 comment
Open

Can't install apkid on w7 #310

greenozon opened this issue Jul 16, 2022 · 1 comment

Comments

@greenozon
Copy link

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 greenozon added the detection-issue Bad detection or no detection label Jul 16, 2022
@CalebFenton CalebFenton removed the detection-issue Bad detection or no detection label Jul 24, 2022
@CalebFenton
Copy link
Member

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

Does the yara module not have a Match class anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants