lollms-webui icon indicating copy to clipboard operation
lollms-webui copied to clipboard

fail to install on debian

Open johanno opened this issue 1 year ago • 3 comments

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.

johanno avatar Dec 13 '23 23:12 johanno

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.

ParisNeo avatar Dec 14 '23 14:12 ParisNeo

also affects macos: the brew package is just 'portaudio'

TIBCOeddie avatar Dec 14 '23 18:12 TIBCOeddie

same,ubuntu: CalledProcessError: Command '['sudo', 'apt', 'install', '-y', 'portaudio19-dev python3-pyaudio']' returned non-zero exit status 100.

JImRock33 avatar Dec 16 '23 06:12 JImRock33