From f55caa9d69bb5b3f620e40e0461fc036bef95d37 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:23:09 +0200 Subject: [PATCH] Update Python configuration for FlowiseAI installation --- install/flowiseai-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/flowiseai-install.sh b/install/flowiseai-install.sh index be5c8cd86..4291f42a1 100644 --- a/install/flowiseai-install.sh +++ b/install/flowiseai-install.sh @@ -20,11 +20,11 @@ $STD apt install -y \ msg_ok "Installed Dependencies" PYTHON_VERSION="3.11" setup_uv -export npm_config_python="$HOME/.local/share/uv/python/cpython-3.11-linux-x86_64-gnu/bin/python3.11" - NODE_VERSION="24" setup_nodejs msg_info "Installing FlowiseAI (Patience)" +PYTHON_BIN="$(uv python find 3.11)" +export npm_config_python="$PYTHON_BIN" $STD npm install -g flowise \ @opentelemetry/exporter-trace-otlp-grpc \ @opentelemetry/exporter-trace-otlp-proto \