mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-04 03:53:05 +02:00
Update Python configuration for FlowiseAI installation
This commit is contained in:
committed by
GitHub
parent
6ebb4ea578
commit
f55caa9d69
@@ -20,11 +20,11 @@ $STD apt install -y \
|
|||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PYTHON_VERSION="3.11" setup_uv
|
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
|
NODE_VERSION="24" setup_nodejs
|
||||||
|
|
||||||
msg_info "Installing FlowiseAI (Patience)"
|
msg_info "Installing FlowiseAI (Patience)"
|
||||||
|
PYTHON_BIN="$(uv python find 3.11)"
|
||||||
|
export npm_config_python="$PYTHON_BIN"
|
||||||
$STD npm install -g flowise \
|
$STD npm install -g flowise \
|
||||||
@opentelemetry/exporter-trace-otlp-grpc \
|
@opentelemetry/exporter-trace-otlp-grpc \
|
||||||
@opentelemetry/exporter-trace-otlp-proto \
|
@opentelemetry/exporter-trace-otlp-proto \
|
||||||
|
|||||||
Reference in New Issue
Block a user