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

[BUG] upgrade issue with conda on Ubuntu #737

Closed jah238 closed 4 months ago

jah238 commented 5 months ago

Debugging checklist

[ x ] Have you updated to latest MFA version? [ x ] Have you tried rerunning the command with the --clean flag?

Describe the issue Failed attempt to upgrading earlier MFA conda installation to latest version.

For Reproducing your issue Please fill out the following:

Log file Please attach the log file for the run that encountered an error (by default these will be stored in ~/Documents/MFA).

Desktop (please complete the following information):

root@llt-iscan-prd1: /home/# conda create -n aligner -c conda-forge montreal-forced-aligner Retrieving notices: ...working... done WARNING: A conda environment already exists at '/opt/miniconda3/envs/aligner' Remove existing environment (y/[n])? y

Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): - Killed

mmcauliffe commented 4 months ago

You can try using mamba as the solver instead: https://montreal-forced-aligner.readthedocs.io/en/latest/installation.html#general-installation it generally has better performance, but this could also have just been a transient error due to OpenFst 1.8.3 dependency issues.