-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rvc init command is not implemented #15
Comments
Run 'rvc env create', and the it'll be created for you. |
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? |
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 |
Hi @bryceschultz , I follow your step but using VertexAI notebook. |
I tried to follow the readme but the init is not implemented. Could you share the .env file?
Thanks
The text was updated successfully, but these errors were encountered: