JarodMica/rvc-tts-pipeline

rvc_infer not found

Opened this issue · 2 comments

sjc57 commented

Windows 10 - python 3.10.6
Followed the instructions in the video including pip install -e git+https://github.com/JarodMica/rvc-tts-pipeline.git#egg=rvc_tts_pipe inside virtual environment, but when I try to run test_system_voice.py I get: ModuleNotFoundError: No module named 'rvc_infer'

Thanks

Windows 10 - python 3.10.6 Followed the instructions in the video including pip install -e git+https://github.com/JarodMica/rvc-tts-pipeline.git#egg=rvc_tts_pipe inside virtual environment, but when I try to run test_system_voice.py I get: ModuleNotFoundError: No module named 'rvc_infer'

Thanks

same, did u fixed it ???

Windows 11 - pyhton 3.8
I failed to install this package first time, so I installed some requirements.

In my case I installed visual studio C++ build tools.
https://visualstudio.microsoft.com/visual-cpp-build-tools/
i selected VS 2022 C++ build tools and it works fine.