PortAudio library not found (QuickStart "letmedoit")
Opened this issue · 6 comments
ngoiyaeric commented
raise OSError('PortAudio library not found') OSError: PortAudio library not found
eliranwong commented
May I ask what os you are using?
ngoiyaeric commented
Linux
eliranwong commented
Linux
what distro?
ngoiyaeric commented
Debian bookworm x86/64
eliranwong commented
Have you tried:
sudo apt update && sudo apt install portaudio19-dev
pip install --upgrade PyAudio
ngoiyaeric commented
How can I use Gemini instead of openai when letmedoit first runs