From 18c29e3ce20a85f693e79005cbd57dc42a68884d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:43:03 +0100 Subject: [PATCH] fix(erpnext): add python3-dev for hiredis compilation (Python.h) --- install/erpnext-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/erpnext-install.sh b/install/erpnext-install.sh index dd1b6186..6df316f6 100644 --- a/install/erpnext-install.sh +++ b/install/erpnext-install.sh @@ -18,6 +18,7 @@ $STD apt install -y \ git \ sudo \ build-essential \ + python3-dev \ libffi-dev \ libssl-dev \ redis-server \