From 0c9a8cb30ecd5d2746bd204cceff2c22fbf47ea6 Mon Sep 17 00:00:00 2001 From: Locez Date: Thu, 11 Apr 2024 15:53:31 +0800 Subject: [PATCH] fix: update python version limit (#1940) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 更新 python 版本依赖 * feat: 更新 Pyhton 版本依赖说明 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6860758..21f91a1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ 点此查看我们的[演示视频](https://www.bilibili.com/video/BV1pm4y1z7Gm/) ! ## 环境配置 -以下指令需在 Python 版本大于3.8的环境中执行。 +以下指令需在以下 Python 版本的环境中执行,建议使用 conda 管理 Python 环境 + - 3.8 <= Python < 3.11 参考[bug](https://github.com/facebookresearch/fairseq/issues/5012) ### Windows/Linux/MacOS等平台通用方法 下列方法任选其一。