Kyubyong / dc_tts

A TensorFlow Implementation of DC-TTS: yet another text-to-speech model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'pydub'

NoCodeAvaible opened this issue · comments

Hello,

I get everytime I try to start commonvoice_create_jsons.py this error:

from pydub import AudioSegment
ModuleNotFoundError: No module named 'pydub'

I don't know why it occurs because I've selected the right interpreter and I've downloaded the right version of pydub.
This error just freaks me out.
Can someone please help me?

you fixed it ?
I have this error