Pocketsphinx install fail? Raspberry Pi Zero (Raspbian Jessie)

前端 未结 2 1284
忘了有多久
忘了有多久 2021-02-19 05:43

This will probably get tagged as a duplicate, but I haven\'t had any luck, so here we go.

I\'m trying to develop a "Jarvis" like setup with Python2.7. I\', look

相关标签:
2条回答
  • 2021-02-19 06:45

    As mentioned by Peter Brittain, install libpulse-dev on the machine. I can confirm this worked for me:

    sudo apt-get install libpulse-dev
    
    0 讨论(0)
  • 2021-02-19 06:45

    If this still doesn't work, you should also try installing the following:

    sudo apt-get install portaudio19-dev swig
    

    I know for a fact that this error can also be caused by not having portaudio19-dev installed. Swig is also a requirement, but might throw another error. You might also need to install pulseaudio to prevent a RuntimeError.

    0 讨论(0)
提交回复
热议问题