Open hAmos07 opened 9 months ago
Had this error too, it's a windows file path. For a temp fix you can change the line in modules/vc/pipeline.py to this:
rmvpe_path = Path(self.lib_dir) / "base_model" / "rmvpe.pt"
+1 to this issue, can we get a fix @daswer123? 🙏
Hi, thanks braydenchubb for the fix, updated the python package
I think cross-platform solution is perfect like path.join
On Linux system get error: No such file or directory: '/usr/local/lib/python3.10/dist-packages/rvc_python\base_model\rmvpe.p
https://github.com/daswer123/rvc-python/blob/2dce847455214a31b789341482dd2ea16f04c852/rvc_python/modules/vc/pipeline.py#L151