Skip to content

Commit 9146dae

Browse files
committed
Update Chinese Python 3.12 setup docs
1 parent 5a927d1 commit 9146dae

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README_zh-CN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,16 @@
9595

9696
### 💻 环境搭建
9797

98-
我们强烈建议使用 `conda` 来管理您的 Python 环境。
98+
我们强烈建议使用 `conda` 来管理您的 Python 环境。OpenCompass 的常规安装和完整安装已经支持
99+
Python 3.12。如果您的评测依赖基于 `pyext` 的代码执行类数据集,请改用 Python 3.10:
100+
`pyext==0.7` 会在 Python >=3.11 时被跳过,因为它依赖的 `inspect.getargspec` 已在
101+
Python 3.11 中移除。缺少 `pyext` 时,APPS(`apps``apps_mini`)、TACO 和
102+
LiveCodeBench Code Generation 将不可用。
99103

100104
- #### 创建虚拟环境
101105

102106
```bash
103-
conda create --name opencompass python=3.10 -y
107+
conda create --name opencompass python=3.12 -y
104108
conda activate opencompass
105109
```
106110

0 commit comments

Comments
 (0)