as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

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:

  1. Set the NONINTERACTIVE=true .
  2. Use –non-interactive flag on commands.
  3. Check for interactive prompts in scripts.

Last updated: Dec 22, 2025