VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
648 stars 179 forks source link

Facing error while compiling the code on windows #144

Closed roopeshiitd closed 4 years ago

roopeshiitd commented 4 years ago

I just did git clone --recursive https://github.com/VirusTotal/yara-python cd yara-python python setup.py build

and I get the following error. running build running build_ext creating Users error: [WinError 6] The handle is invalid

Actually I wanted to use androguard module in yara-python on windows and just tried to check the repository and I came up with this issue. I this the right way to install on windows?

roopeshiitd commented 4 years ago

Could compile and install it finally. Tried building whl from the downloaded repository through pip and installed the whl through pip.