RVC-Project / Retrieval-based-Voice-Conversion

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

Outdated RVC #27

Open lysyzgowna123 opened 3 months ago

lysyzgowna123 commented 3 months ago

i got old version of RVC, where i can download the latest release

alcoftTAO commented 3 months ago

Try installing the git version, use:

pip uninstall rvc
pip install git+https://github.com/RVC-Project/Retrieval-based-Voice-Conversion.git@develop

This should download the latest version.

lysyzgowna123 commented 3 months ago

it does not work

alcoftTAO commented 3 months ago

Does pip returns an error or it just installs the same RVC version? If pip is returning an error, make sure you have Git installed.