RVC-Project / Retrieval-based-Voice-Conversion

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

AttributeError: 'VC' object has no attribute 'vc_infer'. #21

Closed codecooker1 closed 5 months ago

codecooker1 commented 5 months ago

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.

rvc github version

But in the package the code looks like this. (vc_single instead of vc_infer)

rvc package version

This raises an AttributeError for those who follow the guide in README as there is nothing called vc_infer there.

Tps-F commented 5 months ago

Install the latest version from github, not pypi