ming024 / FastSpeech2

An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"
MIT License
1.69k stars 515 forks source link

there is an error scipy 1.5.0 while import #211

Open hevenangel opened 9 months ago

hevenangel commented 9 months ago

if import scipy 1.5.0 and start,there is an error: from scipy.stats import fisher_exact from . import _distributor_init WinDLL(os.path.abspath(filename)) self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found

so I use scipy 1.4.1 solved