eliranwong / letmedoit

An advanced AI assistant that leverages the capabilities of ChatGPT API, Gemini Pro, AutoGen, and open-source LLMs, enabling it both to engage in conversations and to execute computing tasks on local devices.
https://letmedoit.ai
GNU General Public License v3.0
121 stars 26 forks source link

PortAudio library not found (QuickStart "letmedoit") #61

Open ngoiyaeric opened 4 months ago

ngoiyaeric commented 4 months ago
raise OSError('PortAudio library not found') OSError: PortAudio library not found
eliranwong commented 4 months ago

May I ask what os you are using?

ngoiyaeric commented 4 months ago

Linux

eliranwong commented 4 months ago

Linux

what distro?

ngoiyaeric commented 4 months ago

Debian bookworm x86/64

eliranwong commented 4 months ago

Have you tried:

sudo apt update && sudo apt install portaudio19-dev
pip install --upgrade PyAudio
ngoiyaeric commented 3 months ago

How can I use Gemini instead of openai when letmedoit first runs