You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cant install this on windows, as per documentation:
git clone https://github.com/rhasspy/wyoming-satellite.git
cd wyoming-satellite/
python -m venv .venv
.venv/Scripts/pip3 install --upgrade pip
.venv/Scripts/pip3 install --upgrade wheel setuptools
.venv/Scripts/pip3 install -f 'https://synesthesiam.github.io/prebuilt-apps/' -r requirements.txt -r requirements_audio_enhancement.txt -r requirements_vad.txt #<----- errors out on this line
Error
ValueError: path '/home/hansenm/opt/webrtc-noise-gain/python.cpp' cannot be absolute
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
The text was updated successfully, but these errors were encountered:
Cant install this on windows, as per documentation:
Error
The text was updated successfully, but these errors were encountered: