Can anyone rescue me from a really basic error? I've used MFA before on a mac at my previous institution (not usually a mac user, just was the computer in the lab) but now I'm trying to install it on my laptop at a new role. I've followed the installation instructions here (
https://montreal-forced-aligner.readthedocs.io/en/latest/installation.html#general-installation, using mamba) but I'm hitting errors as soon as I try to download any models or dictionaries - example below with the US English acoustic model, but it's happening with the UK one and the dictionaries too.
(aligner) C:\Users\55151349>mfa model download acoustic english_us_arpa
Traceback (most recent call last):
File "C:\Users\55151349\AppData\Local\miniconda3\envs\aligner\Scripts\mfa-script.py", line 5, in <module>
from montreal_forced_aligner.command_line.mfa import mfa_cli
File "C:\Users\55151349\AppData\Local\miniconda3\envs\aligner\lib\site-packages\montreal_forced_aligner\__init__.py", line 4, in <module>
import montreal_forced_aligner.acoustic_modeling as acoustic_modeling
File "C:\Users\55151349\AppData\Local\miniconda3\envs\aligner\lib\site-packages\montreal_forced_aligner\acoustic_modeling\__init__.py", line 7, in <module>
from montreal_forced_aligner.acoustic_modeling.base import AcousticModelTrainingMixin # noqa
File "C:\Users\55151349\AppData\Local\miniconda3\envs\aligner\lib\site-packages\montreal_forced_aligner\acoustic_modeling\base.py", line 12, in <module>
from _kalpy.gmm import AccumAmDiagGmm
ImportError: DLL load failed while importing _kalpy: The specified module could not be found.