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

How to fix "Runtimeerror"?

Open Raphy0218 opened this issue 2 years ago • 1 comments

I push "One click training" then window said "training index" then I see command prompt then command prompt said↓

"RuntimeError: Error in __cdecl faiss::FileIOWriter::FileIOWriter(const char *) at D:\a\faiss-wheels\faiss-wheels\faiss\faiss\impl\io.cpp:98: Error: 'f' failed: could not open D:\Private\AIVC\RVC-beta/logs/zundamon/trained_IVF1065_Flat_nprobe_1_zundamon_v1.index for writing: Illegal byte sequence"

What is wrong? And how to fix? If this error has paths "\///", I want how to change this logs path.

(This is my first use github. Maybe it's wrong using, or confusing my sentence. So I want advice too.)

Raphy0218 avatar May 31 '23 20:05 Raphy0218

can u fix this

burakeg avatar Jul 06 '23 07:07 burakeg

Ensure that the file path does not contain any illegal characters. Windows file paths can have issues with characters like <>:"/\|?* and the directory D:\Private\AIVC\RVC-beta/logs/zundamon/ exists. If not, create it manually or modify the script to create it automatically.

If the log path is set in a configuration file or within the code, you might need to change it. Or if the path is set in the repository configuration, you will need to locate the file and update it. The file could be a .env, config.py, or similar configuration file used by the repository.

arbazw avatar Jun 21 '24 19:06 arbazw