openassistant / oa-core

Open Assistant Core
http://openassistant.org
GNU General Public License v3.0
293 stars 77 forks source link

Error installing pocketsphinx package on Ubuntu 18.04 #11

Closed Ricardo-Dinucci closed 5 years ago

Ricardo-Dinucci commented 5 years ago

Describe the bug A clear and concise description of what the bug is. image

To Reproduce Steps to reproduce the behavior:

  1. sudo pip install -r requirements.txt

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

joshuashort commented 5 years ago

Make sure you have libasound2-dev installed.

joshuashort commented 5 years ago

fwiw, the Python requirements can have system-specific dependencies that needs to be installed first.. usually it's a matter of figuring out which of the Python packages is having trouble and then looking for help with that dependency.

The error message will typically tell you what you need to know. If it's trying to compile something and can't find a header, odds are you're missing the development version of something.