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
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
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.
I WANT POCKETSPHINX WORKING IN PYTHON3!
The text was updated successfully, but these errors were encountered:
TLHorse
changed the title
Trouble installing pocket sphinx-python
Trouble installing pocketsphinx-python in python3
Apr 28, 2020
My installation:
then I followed #28:
git clone --recursive https://github.com/bambocher/pocketsphinx-python cd pocketsphinx-python
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
!The text was updated successfully, but these errors were encountered: