MontrealCorpusTools / Montreal-Forced-Aligner

Command line utility for forced alignment using Kaldi
https://montrealcorpustools.github.io/Montreal-Forced-Aligner/
MIT License
1.26k stars 242 forks source link

Third party error with MFA; was working fine before #765

Closed mchaturv24 closed 4 months ago

mchaturv24 commented 4 months ago

Hi, I'm failing to run any MFA commands and get the following error:

Could not find 'sox'. Please ensure that you have installed MFA conda dependencies and are in the correct environment.

Would be grateful for any help, thank you so much!

mmcauliffe commented 4 months ago

If you're in the correct environment, can you run sox --help and get output? You can try reinstalling sox in particular via conda install -c conda-forge sox, but it's likely either something got messed up in the environment or it's not actually activated. You can recreate the environment via conda create -c conda-forge -n aligner montreal-forced-aligner to ensure the environment is properly set up.