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
112 stars 24 forks source link

PyAudio failed to load #47

Closed mikev-db closed 4 months ago

mikev-db commented 4 months ago

I was getting unable to locate a Java Rntime that supports apt while it was trying to load PyAudio.

To fix this, I did:

source letmedoit/bin/activate
brew install portaudio
pip install pyaudio

After that, letmedoit loaded normally.

Just letting you know in case you think this might be more common than just my environment (MacOS, M1, Sonoma 14.3.1)

eliranwong commented 4 months ago

Thanks for your information, I should add this to the wiki pages. So, have the issues been sorted on your side?

mikev-db commented 4 months ago

Yes, this sorted it out.

eliranwong commented 4 months ago

I added your a link to your fix at https://github.com/eliranwong/letmedoit/wiki/Speak-to-LetMeDoIt-AI

Many thanks.