lollms-webui
lollms-webui copied to clipboard
fail to install on debian
Expected Behavior
install with ./linux_install.sh
Current Behavior
error: portaudio.h: No such file or directory
Steps to Reproduce
...
Possible Solution
sudo apt install portaudio19-dev python3-pyaudio
Context
OS: Debian GNU/Linux trixie/sid x86_64 Kernel: 6.5.0-5-amd64
Screenshots
If applicable, add screenshots to help explain the issue.
Sorry, I know this problem. I added pyaudio to lollms for the new realtime interactive page because I had to show off the new capabilities and forgot that on linux, it should be installed differently. I'll fix it this evening. Thanks for pointing it out.
also affects macos: the brew package is just 'portaudio'
same,ubuntu: CalledProcessError: Command '['sudo', 'apt', 'install', '-y', 'portaudio19-dev python3-pyaudio']' returned non-zero exit status 100.