ParisNeo / lollms-webui

Lord of Large Language Models Web User Interface
https://parisneo.github.io/lollms-webui/
Apache License 2.0
4.11k stars 522 forks source link

fail to install on debian #457

Open johanno opened 7 months ago

johanno commented 7 months ago

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.

ParisNeo commented 7 months ago

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.

TIBCOeddie commented 7 months ago

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

JImRock33 commented 7 months ago

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