python-hyperscan
python-hyperscan copied to clipboard
Build python-hyperscan but import failed
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'"
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.