Leon Hausmann
Leon Hausmann

Reputation: 1

from encoder import inference as encoder ModuleNotFoundError: No module named 'encoder'. Trying to install Voice-Cloning with pip

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)

Upvotes: 0

Views: 158

Answers (0)

Related Questions