-
Notifications
You must be signed in to change notification settings - Fork 1
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
fatal error hs/hs.h not found (windows) #36
Comments
Haven't tried windows build at all. Make sure, you are cloning with submodules enabled, and try building with the hyperscan or vectorscan features ( |
Same here, did you ever figure out how to get it going? What I'd ultimately like to have is Does Hyperscan / Vectorscan need to be installed beforehand? It would be nice if there were ready built pyperscan packages for Windows too in pypi |
I gave up on trying to make it work. I've got an old computer with Kali on it, so just using that instead. |
You can use docker too but I think it's slow on windows |
I understand Windows 10 installation is not in scope, still hoping there may be an easy fix....
While installing pyperscan I'm getting a fatal error (hs/hs.h not found). I'm actually trying to install unblob, but have identified pyperscan as the source not successfully accomplishing that...
Hyperscan is installs correctly (0.3.0 or 0.4.0)
Cargo and Rust are at version 1.75.0.
Pyperscan 0.1.0, and 0.3.0 both give the hs/hs.h error. Versions 0.2.0 and 0.2.2 give cmake module not found, although cmake is installed.
![image](https://private-user-images.githubusercontent.com/107383706/303124975-c0d5ff45-5616-47fd-8dc4-cde782b7cced.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTIyODksIm5iZiI6MTczOTA5MTk4OSwicGF0aCI6Ii8xMDczODM3MDYvMzAzMTI0OTc1LWMwZDVmZjQ1LTU2MTYtNDdmZC04ZGM0LWNkZTc4MmI3Y2NlZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwOTA2MjlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZTY2NjQyMzA2ZjRkMDBmMTU5ZDgyNmYwNDQwMjY5MmNiN2U1N2M4MWRmZjA4NzZmYjhkYjdhMjNhYTEzMDUyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.M4hjDu8k95c-Vcon0HAoI-3idn-qk9CjTMYFIXmS1Tg)
The text was updated successfully, but these errors were encountered: