Skip to content
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

Open
smartinezclarity opened this issue Feb 9, 2024 · 5 comments
Open

rvc init command is not implemented #15

smartinezclarity opened this issue Feb 9, 2024 · 5 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@smartinezclarity
Copy link

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

Thanks

@mathewpan2
Copy link

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

@Gamekiller48
Copy link

Gamekiller48 commented Feb 18, 2024

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.

@Tps-F Tps-F added help wanted Extra attention is needed question Further information is requested labels Feb 20, 2024
@tabular-rasa
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

7 participants