python-hyperscan
python-hyperscan copied to clipboard
🐍 A CPython extension for the Hyperscan regular expression matching library.
When attempting to import hyperscan (0.7.7) on my machine that has an Intel Xeon E5-2690 CPU, it crashes my Python (3.12) interpreter with an illegal instruction error.
Thanks for your excellent work! And here is some using case to improve I'm catching `hyperscan.ScanTerminated` to break scan if I return True and raise `HS_SCAN_TERMINATED` error in callback func...
It is now at https://github.com/intel/hyperscan
Hi, here is some small problams: 1. pypi don't have cp3.9 whl release. 2. pypi don't have tar.gz with source code for build. (so build from git clone maybe better)...
Sorry I haven't had time to dig into this as much as i'd like but i've been getting: ``` Illegal instruction (core dumped) ``` When preparing a hyperscan database, on...
Type "help", "copyright", "credits" or "license" for more information. >>> import hyperscan Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.11/site-packages/hyperscan/__init__.py", line 3, in from hyperscan._hyperscan import...
got error msg "File "/Users/kennywu/anaconda3/lib/python3.10/site-packages/hyperscan/__init__.py", line 3, in from hyperscan._ext import * # noqa: F401, F403 ImportError: dlopen(/Users/kennywu/anaconda3/lib/python3.10/site-packages/hyperscan/_ext.cpython-310-darwin.so, 2): Symbol not found: __ZTTNSt3__119basic_ostringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE Referenced from: /Users/kennywu/anaconda3/lib/python3.10/site-packages/hyperscan/_ext.cpython-310-darwin.so Expected in: /usr/lib/libc++.1.dylib in...
when it will be ready for windows ?
I got strange `hyperscan.InvalidError: error code -1` while using `scan()` function. There nothing else in the stack trace and I cannot find any clue in google It looks like some...