python-hyperscan icon indicating copy to clipboard operation
python-hyperscan copied to clipboard

Build python-hyperscan but import failed

Open N7Utb opened this issue 1 year ago • 0 comments

I build the python-hyperscan, referencing the document, the build is successful, but when i run poetry shell and try to import the hyperscan, the import operation becomes failed as "ModuleNotFoundError: No module named 'hyperscan._ext'"

image

And for another question, how can i use the hyperscan compiled by myself in the python-hyperscan, the README tells me to modify the manylinux-hyperscan docker, but i don't know how to do this.

N7Utb avatar Oct 18 '24 05:10 N7Utb