darvid / python-hyperscan

🐍 A CPython extension for the Hyperscan regular expression matching library.
https://python-hyperscan.readthedocs.io/en/latest/
MIT License
165 stars 28 forks source link

ModuleNotFoundError: No module named 'hyperscan._hyperscan' #56

Open h4y0zzz opened 1 year ago

h4y0zzz commented 1 year ago

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 * # noqa: F401, F403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'hyperscan._hyperscan'