But running setup.py can only install the pocketsphinx file into python2 site-packages, but not python3. So, I can import pocketsphinx in python2, but I can't import it in python3.
If you force drag the sphinx file into python3 site-packages folder, it will generate an error during import.
My installation:
then I followed #28:
Edit file pocketsphinx-python/deps/sphinxbase/src/libsphinxad/ad_openal.c Change
to
and then:
But running
setup.py
can only install thepocketsphinx
file intopython2
site-packages, but notpython3
. So, I can importpocketsphinx
inpython2
, but I can't import it inpython3
.If you force drag the sphinx file into python3 site-packages folder, it will generate an error during import.
I WANT
POCKETSPHINX
WORKING INPYTHON3
!