Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

FAQ error???

Open jay5656 opened this issue 2 years ago • 1 comments

this is the error im getting

Traceback (most recent call last): File "S:\RVC-beta\infer-web.py", line 1696, in with open("docs/faq_en.md", "r")as f:info = f.read() File "encodings\cp1252.py", line 23, in decode UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 976: character maps to

the installation process: i got it from here and downloaded "RVC-beta.7z" https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main

jay5656 avatar May 27 '23 05:05 jay5656

("docs/faq_en.md", "r") -> ("docs/faq_en.md", "r",encoding="utf8")

RVC-Boss avatar May 27 '23 08:05 RVC-Boss