-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello OpenVoice team,
I’m trying to install OpenVoice on Windows 11, using Python 3.10.11, and I'm consistently running into the following error during pip install -r requirements.txt:
ERROR: Failed to build 'av' when getting requirements to build wheel
The log shows this happens in:
av\logging.pyx
Here’s what I’ve already tried:
- Installed Visual Studio Build Tools with “Desktop development with C++” enabled
- Tried adding
av==10.0.0 ; sys_platform == "never"to skipav - Tried forcing installation with
--no-build-isolationand--no-deps - Installed essential packages manually (torch, gradio, numpy, whisper, etc.)
I have a fully working environment for Whisper (import whisper works), and everything is installed except faster-whisper, which depends on av.
My Questions:
- Is there a working installation path for OpenVoice on Windows that bypasses
avsuccessfully? - Do you recommend using Docker or Linux (WSL or native) for a complete installation?
- Is a Windows support update planned, or is this a known limitation?
Would appreciate any guidance or a documented workaround.
Thank you in advance!
Best regards,
Jairo
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working