Voice-Privacy-Challenge / Voice-Privacy-Challenge-2020

Baseline Recipe for VoicePrivacy Challenge 2020: https://www.voiceprivacychallenge.org/vp2020/docs/VoicePrivacy_2020_Eval_Plan_v1_3.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install.sh issue

Wujianting opened this issue · comments

Can you help me?
I got an error when I run install.sh after git clone.
I am very confused, because I just follow the original requirement.txt operation, I don’t know what went wrong.
The general problem is as follows:
1

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