From dcb4819a773c95590addf82a92e9fc3e58f004b4 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:13:06 +0200 Subject: [PATCH] flowise: add deps --- install/flowiseai-install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install/flowiseai-install.sh b/install/flowiseai-install.sh index 1af403d16..20c6cb16b 100644 --- a/install/flowiseai-install.sh +++ b/install/flowiseai-install.sh @@ -14,7 +14,11 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt install -y build-essential python3-dev +$STD apt install -y \ + build-essential \ + python3-dev \ + python3-setuptools \ + pkg-config msg_ok "Installed Dependencies" NODE_VERSION="24" setup_nodejs