You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This is on Termux v118
python 3.11.6
pocketsphinx 5.0.3
import pocketsphinx
produces
instead of making the pocketsphinx library available for use.
The text was updated successfully, but these errors were encountered: