Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ bash env_setup.sh

</NewCodeBlock>

:::note[脚本兼容性]
`env_setup.sh` 脚本会检查 Python 3.10 版本。如果您使用更高版本的 Python(如 Python 3.13),脚本可能会报错。如果遇到此问题,您可以:
1. 确保使用正确的 Python 3.10 环境:`conda activate noe`
2. 或者手动安装依赖:`pip install -r requirements.txt CixBuilder-6.1.3407.2-cp310-none-linux_x86_64.whl`
:::

### 验证编译环境

在终端运行 `cixbuild -v` 验证编译环境。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ bash env_setup.sh

</NewCodeBlock>

:::note[Script compatibility]
The `env_setup.sh` script checks for Python 3.10. If you are using a newer Python version (e.g., Python 3.13), the script may report an error. If you encounter this issue, you can:
1. Ensure you are using the correct Python 3.10 environment: `conda activate noe`
2. Or manually install dependencies: `pip install -r requirements.txt CixBuilder-6.1.3407.2-cp310-none-linux_x86_64.whl`
:::

### Verify the build environment

Run `cixbuild -v` in the terminal to check the build environment version.
Expand Down
Loading