DisVoice
DisVoice copied to clipboard
import error when working directory has user utils.py
If your working directory has a file named utils.py, the following line will fail:
from disvoice.glottal import Glottal
because the top of Glottal.py imports from utils.py:
from utils import dynamic2static, get_dict, save_dict_kaldimat
and this tries to import from the user utils.py.