VirusTotal / yara

The pattern matching swiss knife
https://virustotal.github.io/yara/
BSD 3-Clause "New" or "Revised" License
8.1k stars 1.42k forks source link

yara import error #934

Open cuckoo-linux opened 6 years ago

cuckoo-linux commented 6 years ago

habo@habo-VirtualBox:~/HaboMalHunter$ python AnalyzeControl.py -v -l ./test/bin/read.64.elf Traceback (most recent call last): File "AnalyzeControl.py", line 57, in import static File "/home/habo/HaboMalHunter/static/init.py", line 14, in from static_analyzer import * File "/home/habo/HaboMalHunter/static/static_analyzer.py", line 27, in import yara ImportError: No module named yara

plusvic commented 6 years ago

This looks like yara-python is not installed. Please try: pip install yara-python

Envincion commented 3 years ago

i did ,still getting same respond ,any idea ? i been trying to run Loki since 2 days now ,cant find a way