Compare commits

..

3 Commits

Author SHA1 Message Date
CanbiZ (MickLesk) f55caa9d69 Update Python configuration for FlowiseAI installation 2026-06-18 09:23:09 +02:00
CanbiZ (MickLesk) 6ebb4ea578 Update installation script to modify dependencies
Removed python3-dev and python3-setuptools from dependencies and specified Python version for installation.
2026-06-18 09:20:03 +02:00
CanbiZ (MickLesk) dcb4819a77 flowise: add deps 2026-06-18 09:13:06 +02:00
+6 -1
View File
@@ -14,12 +14,17 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y build-essential python3-dev
$STD apt install -y \
build-essential \
pkg-config
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.11" setup_uv
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 \