Install.sh issue
Wujianting opened this issue · comments
Hi @Wujianting,
Thank you for reporting the issue.
I replaced the latest version of miniconda (Miniconda3-latest, python=3.9
) in install.sh with a fixed version (Miniconda3-py38_4.10.3, python=3.8
).
Please check the last commit: 19eb8bc
Hello, thanks for the reply, are you sure this is ok. After my try, I find that the fixed version (Miniconda3-py38_4.10.3, python=3.8) is still not feasible. But I found that the fixed version (Miniconda3-py37_4.10.3-Linux-x86_64.sh) and (Miniconda3-4.7.12.1-Linux-x86_64.sh) are Error-free
I tested the last version of install.sh (with Miniconda3-py38_4.10.3
) on several servers with differen OS versions (including Ubuntu 16.04.7
, 18.04.5
, 20.04.2
). It worked in all cases (*for Ubuntu 20.04, a Kaldi update is needed).
Thank you for your help