JarodMica / rvc-tts-pipeline

TTS pipeline that uses RVC to enhance audio quality and cloning
MIT License
136 stars 29 forks source link

rvc_infer not found #10

Open sjc57 opened 8 months ago

sjc57 commented 8 months ago

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

Eshan276 commented 2 months ago

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 ???

corona89 commented 1 month ago

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.