PaddleSpeech icon indicating copy to clipboard operation
PaddleSpeech copied to clipboard

[TTS] MFA 报错 No such file or directory: "xx/xx/xx/train/mfcc/raw_mfcc.0.scp"

Open yt605155624 opened this issue 1 year ago • 1 comments

一般是因为系统环境问题,可能是某个系统库没有安装,可以查看 --temp_directory 路径下的 logging 文件, 如果使用 MFA 时未指定 --temp_directory, 默认路径在 ${HOME}/Documents/MFA 1621663831963_ pic

8861663830996_ pic

8841663830901_ pic

yt605155624 avatar Sep 22 '22 07:09 yt605155624

后台日志:copy-feats: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory compute-mfcc-feats: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory 需要安装libgfortran3 1、apt-get update 2、sudo apt-get install libgfortran3

tianruoyou2022 avatar Sep 23 '22 02:09 tianruoyou2022

find libgfortran.so.3 in your os, copy it to MFA lib. and add MFA lib to LD_LIBRARY_PATH of your conda env variables

david-95 avatar Sep 26 '22 09:09 david-95