SDK Manager Issues
This page covers common problems you may encounter when using the SDK manager and provides step-by-step solutions to resolve them quickly. If you don't find a solution to your specific problem here, post an issue in the Developer Forum for additional support.
Common issues
Command fails with SDK version not found
Cause: Required SDK version isn’t installed locally
Solution:
# Check available versions
vega sdk list-remote
# Check what's installed
vega sdk list-installed
# Install the missing version
vega sdk install <version>
SDK commands fail unexpectedly or produce errors
Cause: Installation files are damaged or incomplete Solution:
# Diagnose issues
vega sdk config doctor
# Fix by reinstalling
vega sdk uninstall <version>
vega sdk install <version>
Pipeline execution stops and waits indefinitely
Cause: Interactive prompts are blocking automated execution Solution:
- Set the NONINTERACTIVE=true .
- Use –non-interactive flag on commands.
- Check for interactive prompts in scripts.
Related topics
Last updated: Dec 22, 2025

