From 289ededebcf4102b9f5b8c48df30b6f40c981757 Mon Sep 17 00:00:00 2001 From: Nthily <31311826+Nthily@users.noreply.github.com> Date: Mon, 23 Aug 2021 03:14:58 +0200 Subject: [PATCH 1/3] Update README-CN.md --- README-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-CN.md b/README-CN.md index bd622f1..f6c03fc 100644 --- a/README-CN.md +++ b/README-CN.md @@ -22,6 +22,7 @@ **Python 3.7 或更高版本** 需要运行工具箱。 * 安装 [PyTorch](https://pytorch.org/get-started/locally/)。 +> 如果遇到了在用 pip 方式安装的时候出现 `ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)` 这个错误可能是 python 版本过低,3.9 可以安装成功 * 安装 [ffmpeg](https://ffmpeg.org/download.html#get-packages)。 * 运行`pip install -r requirements.txt` 来安装剩余的必要包。 * 安装 webrtcvad 用 `pip install webrtcvad-wheels`。 From e25072a4a8c87addb2f1103c166a3408ed35799d Mon Sep 17 00:00:00 2001 From: Nthily <31311826+Nthily@users.noreply.github.com> Date: Mon, 23 Aug 2021 03:16:35 +0200 Subject: [PATCH 2/3] Update README-CN.md --- README-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-CN.md b/README-CN.md index f6c03fc..7da1ac4 100644 --- a/README-CN.md +++ b/README-CN.md @@ -22,7 +22,7 @@ **Python 3.7 或更高版本** 需要运行工具箱。 * 安装 [PyTorch](https://pytorch.org/get-started/locally/)。 -> 如果遇到了在用 pip 方式安装的时候出现 `ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)` 这个错误可能是 python 版本过低,3.9 可以安装成功 +> 如果在用 pip 方式安装的时候出现 `ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)` 这个错误可能是 python 版本过低,3.9 可以安装成功 * 安装 [ffmpeg](https://ffmpeg.org/download.html#get-packages)。 * 运行`pip install -r requirements.txt` 来安装剩余的必要包。 * 安装 webrtcvad 用 `pip install webrtcvad-wheels`。 From 4f23833a6961743cc6c8961a5a46357f5905ccc9 Mon Sep 17 00:00:00 2001 From: Nthily <31311826+Nthily@users.noreply.github.com> Date: Mon, 23 Aug 2021 03:17:32 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d8797f..c327124 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ **Python 3.7 or higher ** is needed to run the toolbox. * Install [PyTorch](https://pytorch.org/get-started/locally/). +> If you get an `ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2 )` This error is probably due to a low version of python, try using 3.9 and it will install successfully * Install [ffmpeg](https://ffmpeg.org/download.html#get-packages). * Run `pip install -r requirements.txt` to install the remaining necessary packages. > Note that we are using the pretrained encoder/vocoder but synthesizer, since the original model is incompatible with the Chinese sympols. It means the demo_cli is not working at this moment.