LAION-AI / natural_voice_assistant

MIT License
456 stars 40 forks source link

error while installing - Pyaudio #5

Closed DrGood01 closed 7 months ago

DrGood01 commented 7 months ago

Hello,

Installing requirements, I get this: "ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects" Running Ubuntu JellyFish with 32 G RAM and NVIDIA GTX 1650

Thanks!

jaretburkett commented 7 months ago

Run

sudo apt install portaudio19-dev

And try again

DrGood01 commented 7 months ago

jaredburkett thank you very much!

braunale commented 7 months ago

Hey @DrGood01 thanks for pointing this out and @jaretburkett thanks for the fix :) I added the command to the installation guide in the readme!