From 3b9cc44e4c604832cce4035e71790c3ad710110c Mon Sep 17 00:00:00 2001 From: killua <1223086337@qq.com> Date: Thu, 23 May 2024 11:48:05 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b858cdf..8d2e9dd 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,15 @@ cd TakwayPlatform/ pip install -r requirements.txt ``` +5. debug +若出现AttributeError: module 'botocore.exceptions' has no attribute 'HTTPClientError'异常 +则执行下述命令 + +``` shell +pip uninstall botocore +pip install botocore==1.34.88 +``` + #### (4) 安装FunASR 本项目使用的FunASRE在github上的FunASR的基础上做了一些修改 @@ -166,7 +175,15 @@ pip install -v -e . 从[链接](https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip)下载model文件,并放入该文件夹下 -#### (8) 启动程序 +#### (8) 添加配置环境变量 + +``` shell +vim ~/.bashrc +在最后添加 +export MODE=development +``` + +#### (9) 启动程序 ``` shell cd TakwayPlatform