Closed codecooker1 closed 7 months ago
It turns out that the code in package is not the same as this repo. This is the command I used to install he package: pip install rvc
pip install rvc
Comparations Below: This is the function vc_infer is used to do the infering.
vc_infer
But in the package the code looks like this. (vc_single instead of vc_infer)
This raises an AttributeError for those who follow the guide in README as there is nothing called vc_infer there.
AttributeError
Install the latest version from github, not pypi
Just Ctrl+C and Ctrl+V ed the code sample in README but it doesn't seem to be working
It turns out that the code in package is not the same as this repo. This is the command I used to install he package:
pip install rvc
Comparations Below: This is the function
vc_infer
is used to do the infering.But in the package the code looks like this. (vc_single instead of vc_infer)
This raises an
AttributeError
for those who follow the guide in README as there is nothing calledvc_infer
there.