Skip to content

Conversation

@zifeng-radxa
Copy link
Contributor

close #1310

Signed-off-by: ZIFENG278 <zifengzhang18@gmail.com>
@zifeng-radxa zifeng-radxa requested a review from a team as a code owner January 30, 2026 03:54
Copy link
Contributor

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 To request another review, post a new comment with "/windsurf-review".


```bash
cd rknn-toolkit2/rknn-toolkit-lite2/packages
pip3 install rknn_toolkit2-2.3.2-cp3X-cp3X-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The installation command for rknn-toolkit-lite2 uses a placeholder 'cp3X-cp3X' in the filename which should be replaced with the actual Python version (e.g., cp38-cp38, cp39-cp39, etc.) based on the Python version being used.

Suggested change
pip3 install rknn_toolkit2-2.3.2-cp3X-cp3X-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
cd rknn-toolkit2/rknn-toolkit-lite2/packages
pip3 install rknn_toolkit2-2.3.2-cp$(python3 -c 'import sys; print(f"{sys.version_info.major}{sys.version_info.minor}")')-cp$(python3 -c 'import sys; print(f"{sys.version_info.major}{sys.version_info.minor}")')-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Alternatively, you could provide examples for common Python versions like 3.8, 3.9, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is OK, because it have multi python versions

@jack-ma jack-ma merged commit 5e06258 into radxa-docs:main Jan 30, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rock3C 相关的文档报错

3 participants