Matthew Faytak
Matthew Faytak
I have recently tried to make use of this fix to make publication-quality maps which are not square-shaped. The fix does not actually allow for the user to select most...
@sailordiary Creating a link to the handle of the missing file actually did not work in my case. However, copying the contents of lib/libpython3.6m.so.1.0 to lib/libpython3.6m.so does seem to fix...
@sybilWsybil @Luzeru @romadomaa I also originally attempted to make the symlink with `ln -s` as in the earlier answer. This also didn't fix the issue for me. So from a...
As a small update, this occurs regardless of whether the file's encoding is correctly specified in the `codec` parameter of `pympi.Praat.TextGrid()`. The files with IPA characters turn out to be...
Hi Michael. I have an undergraduate who is having this exact error on a fresh install of the MFA through the `conda create -n aligner -c conda-forge montreal-forced-aligner` approach detailed...
For anyone encountering this error, the fix suggested [here](https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner/issues/647#issuecomment-1581670015), to add `--use_postgres --auto_server`, does provide a workaround to this bug (`mfa validate` successfully runs when these are appended).