已合并
docs: 澄清 protobuf C++ 与 Python 包版本号体系不同(#97) #255
sinat_31531339创建于 5月26日
docs: 澄清 protobuf C++ 与 Python 包版本号体系不同(#97) #255
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 sinat_31531339 的贡献)5月26日 创建了 pull request,commit 00033379
5月26日 关联了issue:[Documentation|文档反馈]: 文档中声明protobuf版本要求>=25.1,但requirements.txt中要求>=6.33.4,版本要求不一致可能导致依赖冲突
5月26日 关联了issue:[Documentation|文档反馈]: 文档中声明protobuf版本要求>=25.1,但requirements.txt中要求>=6.33.4,版本要求不一致可能导致依赖冲突
CANN-robot
5月26日 评论:
5月26日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/oam-tools | ✅ zhuliangying, newstarzj (2/2) | ✅ zhuliangying (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
sinat_31531339, thanks for your pull request. All authors of the commits have signed the CLA. 👍


5月26日 将newstarzj,chenhao_1209,wulinyu,zhuliangying,yaoguangxiu,fujun19,jinyingqi设为评审人
5月26日 添加了label:cann-cla/yes
5月26日 将newstarzj,chenhao_1209,wulinyu,zhuliangying,yaoguangxiu,fujun19,jinyingqi设为审查人
sinat_31531339
5月26日 评论:
5月26日 评论:
compile


5月26日 添加了label:ci-pipeline-running
CANN-robot
5月26日 评论:
5月26日 评论:
流水线任务触发成功
任务链接 [c0606629455a4583a61d753c0dd12820][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | ||
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| cocheck_codestyle | ✅ SUCCESS | ||
| precommit | ✅ SUCCESS | >>>>> | >>>>> |
| StaticCheck_codespell_check | ✅ SUCCESS | ||
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| UT_Test | ✅ SUCCESS | >>>>> | |
| API_Check | ✅ SUCCESS | >>>>> |
[2026-05-26 12:09:49] CI执行结束


5月26日 添加了label:api-check-pass
5月26日 删除了label:ci-pipeline-running
5月26日 添加了label:ci-pipeline-passed
CANN-robot
5月26日 评论:
5月26日 评论:
流水线 PR-pipeline_cann_oam-tools#777 [ commitID:7f02b737 ] 已完成


zhuliangying
5月26日 评论:
5月26日 评论:
/approve


5月26日 添加了label:approved
zhangjie
5月26日 评论:
5月26日 评论:
/lgtm


5月26日 添加了label:lgtm
CANN-robot
5月26日 评论:
5月26日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: zhuliangying.
Reviewers who wrote a comment of /lgtm are: zhuliangying, newstarzj.


5月26日 合入了pull request
Pull Request
描述
docs/quick_install.md列出的protobuf >= 25.1是 cmake 拉取/链接的 C++ 编译期依赖(用于生成 .pb.cc),requirements.txt中的protobuf>=6.33.4是运行时安装的 Python PyPI 包,二者发版独立、版本号体系不同,不存在依赖冲突。补充一段说明避免读者按字面误读为版本不一致。中英双语文档同步更新。变更类型
关联的Issue
Closes #97
如何测试
仅文档改动,无需运行测试。可对照查看 docs/quick_install.md 与 requirements.txt 中 protobuf 段落,确认新增段落对两类依赖的语义说明清晰。
核对清单
其他信息
无版本号变化,仅在两份 quick_install.md 中补充段落。