docs: use unpinned python3-dev in setup instructions - #935
#935docs: use unpinned python3-dev in setup instructions#935igorpecovnik merged 1 commit intomainarmbian/documentation:mainfrom fix/docs-python3-dev-unpinnedarmbian/documentation:fix/docs-python3-dev-unpinnedCopy head branch name to clipboard
Conversation
python3.12-dev doesn't exist on releases whose default Python isn't 3.12 (e.g. Ubuntu Resolute), so the install command failed there. python3-dev pulls the correct dev headers for the running release's default Python (3.13 on Resolute/Trixie, 3.12 on Noble, ...). Fixed in README.md and DOCUMENTATION.md. Signed-off-by: Igor Pecovnik <igor@armbian.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Disabled knowledge base sources:
WalkthroughThis change updates the prerequisite package installation instructions in DOCUMENTATION.md and README.md, replacing the version-specific Estimated code review effort: 1 (Trivial) | ~2 minutes Changes
Related issues: None specified. Related PRs: None specified. Suggested labels: documentation Suggested reviewers: None specified. Poem: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
sudo apt-get install … python3.12-devfails on releases whose default Python isn't 3.12 — e.g. Ubuntu Resolute (nopython3.12-devpackage).Swap the version-pinned
python3.12-devfor the unpinnedpython3-dev, which depends on the correct dev headers for the release's default Python (3.13 on Resolute/Trixie, 3.12 on Noble, 3.10 on Jammy, …). Fixed in bothREADME.mdandDOCUMENTATION.md(identical instruction).Documentation website preview will be available shortly:
Open WWW preview