RVC-Project / Retrieval-based-Voice-Conversion

in preparation...
MIT License
240 stars 37 forks source link

rvc init command is not implemented #15

Open smartinezclarity opened 6 months ago

smartinezclarity commented 6 months ago

I tried to follow the readme but the init is not implemented. Could you share the .env file?

Thanks

mathewpan2 commented 6 months ago

Run 'rvc env create', and the it'll be created for you.

Gamekiller48 commented 6 months ago

I've run into the same problem, but managed to figure it out eventually:

The information that's missing from the documentation is that they aren't using pip for their installation/dependency management, but poetry. I was aware that poetry existed, but had never used any library utilizing it before, so I was unfamiliar with the usage.

You need to install poetry first.

tabular-rasa commented 2 months ago

I've run into the same problem, but managed to figure it out eventually:

The information that's missing from the documentation is that they aren't using pip for their installation/dependency management, but poetry. I was aware that poetry existed, but had never used any library utilizing it before, so I was unfamiliar with the usage.

You need to install poetry first.

so after I install poetry,then next?

bryceschultz commented 1 month ago

I was never able to get it working with poetry but instead did some of the env setup pieces manually: https://www.kaggle.com/code/bryceschultz26/voice-cloning

steven84418 commented 1 month ago

Hi @bryceschultz , I follow your step but using VertexAI notebook. But the kernal will died every time when I run """ from rvc.modules.vc.modules import VC """ Do you have this problem