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

ModuleNotFoundError: No module named 'hyperscan._hyperscan'

Open h4y0zzz opened this issue 2 years ago • 0 comments

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'

h4y0zzz avatar May 18 '23 02:05 h4y0zzz