RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
21.12k stars 3.23k forks source link

Docs: mention Microsoft C++ Build Tools #2113

Open mrienstra opened 1 month ago

mrienstra commented 1 month ago

On Windows, it's necessary to install Microsoft C++ Build Tools:

  1. https://visualstudio.microsoft.com/visual-cpp-build-tools/
  2. Click "Download Build Tools" button
  3. During installation, under "Workloads" (or "Individual components"), select "C++ build tools" and ensure the latest versions of "MSVCv142 - VS 2019 C++ x64/x86 build tools" and "Windows 10 SDK" are selected. (as per @mrhelixx)

This should be mentioned either in the README before the instructions to run pip install -r requirements.txt (so before line 78), or in the FAQ.

Happy to open a PR.


There are a number of issues related to this: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues?q=is%3Aissue+Microsoft+C%2B%2B+Build+Tools (not all of these of course, but quite a few)

193

499

523

1103

1608

1857

RVC-Boss commented 1 month ago

ok,you can pr to main