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

Python 3.10 using error

Open KKenny0 opened this issue 2 years ago • 0 comments

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 /Users/kennywu/anaconda3/lib/python3.10/site-packages/hyperscan/_ext.cpython-310-darwin.so"

when I tried the command python -c "import hyperscan".

how can I resolve it? thx.

KKenny0 avatar Sep 18 '23 08:09 KKenny0