Fix detection of dependencies for windows WSL2 (prefer apt-get)#320
Fix detection of dependencies for windows WSL2 (prefer apt-get)#320ggppdk wants to merge 1 commit into
Conversation
Brew is installed in WSL2 but trying to use it to detect dependencies will result in packages reported as not installed
|
Thanks — the bug and fix direction are correct and appreciated. We'd just like to route it through voicemode's existing WSL detector ( |
1 similar comment
|
Thanks — the bug and fix direction are correct and appreciated. We'd just like to route it through voicemode's existing WSL detector ( |
Brew is installed in WSL2 but trying to use it to detect dependencies will result in packages reported as not installed
uvx voice-mode deps
Core Dependencies:
✗ python3-dev
✓ gcc
✗ libasound2-dev
✗ libportaudio2
✓ pulseaudio
✗ pulseaudio-utils
✓ ffmpeg
Whisper Dependencies:
✓ git
✓ cmake
✓ gcc
✓ g++
✓ make
✓ libsdl2-dev
✓ portaudio19-dev
✓ libasound2-dev
Kokoro Dependencies:
✓ git
Missing dependencies: python3-dev, libasound2-dev, libportaudio2, pulseaudio-utils
After the patch everything is reported as installed