I’m trying to install the Voice-Cloning Library with pip.
Reference: https://pypi.org/project/Voice-Cloning/
And I get the error in this line: from voice_cloning.generation import *
I get this error: from encoder import inference as encoder ModuleNotFoundError: No module named 'encoder'
I tried using python 3.8 and 3.9
I tried to run the code on MacOS (Apple Silicon)
4