From 79dc6b9c60579b0ae546c0076e94abb6dd255089 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Fri, 5 Dec 2025 16:23:54 +0800 Subject: [PATCH] Doc: Update python deps --- docs/deployment/install-required-packages.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/deployment/install-required-packages.md b/docs/deployment/install-required-packages.md index 4a80a29ad07..7445eb355c9 100644 --- a/docs/deployment/install-required-packages.md +++ b/docs/deployment/install-required-packages.md @@ -45,6 +45,7 @@ sudo dnf install -y apr-devel \ perl-Env \ python3-devel \ python3-pip \ + python3-setuptools \ readline-devel \ rsync \ wget \ @@ -62,11 +63,13 @@ On Rocky Linux, they are disabled by default and must be explicitly enabled. ```bash sudo dnf install -y --enablerepo=devel libuv-devel libyaml-devel perl-IPC-Run protobuf-devel +sudo dnf install -y --enablerepo=devel python3-wheel python3-cython ``` ```bash sudo dnf install -y --enablerepo=crb libuv-devel libyaml-devel perl-IPC-Run protobuf-devel +sudo dnf install -y --enablerepo=crb python3-wheel python3-cython ``` @@ -167,6 +170,7 @@ sudo apt install -y bison \ python3-dev \ python3-pip \ python3-setuptools \ + python3-wheel \ rsync ```