-
Notifications
You must be signed in to change notification settings - Fork 728
Open
Description
This is on Termux v118
python 3.11.6
pocketsphinx 5.0.3
import pocketsphinx
produces
Traceback (most recent call last):
File "/data/data/com.termux/files/home/sphinxtest.py", line 8, in <module>
import pocketsphinx
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pocketsphinx/__init__.py", line 41, in <module>
from . import _pocketsphinx as pocketsphinx # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: dlopen failed: cannot locate symbol "PyExc_ImportError" referenced by "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pocketsphinx/_pocketsphinx.cpython-311.so"...
instead of making the pocketsphinx library available for use.
Metadata
Metadata
Assignees
Labels
No labels