- Installation issues
- Build and run issues
Installation script fails to download
Cause: Network restrictions, corporate firewall blocking downloads, or DNS resolution issues preventing access tosdk-installer.vega.labcollab.net.Solution:-
Verify network connectivity:
- If blocked by corporate firewall, contact your IT department to allowlist the domain.
-
Check if you’re using the Snap version of curl on Ubuntu (which has sandbox limitations):
If it shows a snap path, install native curl:
-
Retry the installation command from Install Vega SDK.
SDK installation fails during bootstrap
Cause: Network connectivity issues, firewall restrictions, or insufficient permissions during the automated SDK download that occurs after Vega CLI installation. Solution:-
Verify network connectivity:
- If blocked by corporate firewall, contact your IT department to allowlist the domain.
-
Check if you’re using the Snap version of curl on Ubuntu (which has sandbox limitations):
If it shows a snap path, install native curl:
- Retry the installation command from Install Vega SDK.
Unable to download Vega CLI
Cause: Network restrictions, corporate firewall blocking downloads, or installation script access issues preventing CLI binary installation. Solution: Use the legacy bootstrapper setup: Install Vega SDKHomebrew installation
While attempting to install Homebrew, you might see this message: -
Verify network connectivity:
- Disable Rosetta.
- Install brew following the instructions on the Homebrew page.
-
Verify brew is on your
PATH.The PATH should be: arm64: Install Homebrew under/opt/homebrew/bin/brew. x86_64: Install Homebrew under/usr/local/bin/brew. -
Set the
HOMEBREWvariables correctly in your .profile/.rc file. arm64:x86_64: -
Update your brew packages.
SDK download error
Platform mismatch error during SDK installation
-
Verify whether your terminal is running under Rosetta:
- If it returns
x86_64on an M-series Mac, your terminal is using Rosetta. - If it returns
arm64on an M-series Mac, you’re running natively.
- If it returns
-
Disable Rosetta for your terminal if it’s enabled:
a. Quit Terminal/iTerm completely
b. Right-click Terminal.app (or iTerm.app) in Applications
c. Select Get Info
d. Uncheck Open using Rosetta if it’s enabled
e. Reopen Terminal and verify with
uname -m(should showarm64) -
Rerun the installation command:
- Confirm the installation script detects your native architecture.
Download failed during installation
If the installation process stops or fails during download, you might see:- Installation hanging without progress.
- Network-related error messages.
- Incomplete download notifications.
- Press Command+C (Mac) or Ctrl+C (Linux) to stop the installation.
- Connect to a reliable network.
- Return to the Install Vega SDK page.
-
Rerun the installer.
Installation failed due to low disk space
- Free up disk space.
- After clearing disk space, verify you have at least 20 GB free.
- Rerun the installer.
SDK already installed
- A previous installation exists.
- A previous installation failed and left files behind.
- You attempted multiple installations.
- Enter
ywhen prompted to replace all existing files.
- Back up the existing folder to another location.
- Remove old installation using .
- Rerun the installer.

