Technical Requirements
If you are installing the SDV Enterprise edition for the first time in a new environment, it's important to check that your environment can support the software.
Supported Platforms
You can install and use SDV Enterprise on your Linux, Windows, or MacOS machine provided that it supports the requirements listed below.
✅ Linux is supported on any combination of the variants
Operating System
Linux
Linux Kernel Version
5.10+
Linux Distribution
Debian GNU/Linux (11 "Bullseye" or 12 "Bookworm")
Ubuntu (22.04 "Jammy Jellyfish" or 24.04 "Noble Numbat")
Architecture
x86_64
(Intel), or aarch64
*
Python Version
3.8-3.13
System Bit
64-bit
Pip Version
22.3+
A +
indicates that higher versions are also acceptable
*Due to an ongoing issue with GitHub, we are not able to support the aarch64
architecture until later in 2025.
Verifying your requirements
Using the SDV Installer, run the check-requirements
command to verify whether your current environment meets the technical requirements.
sdv-installer check-requirements
This command prints whether your current environment passes or fails the check, as well as more information about your particular machine.
Verifying system requirements for SDV Enterprise ...
Operating system: macOS
OS Version: 14
Architecture: arm64
Python Version: 3.11.13
System bit: 64-bit
Pip version: 24.2
Result: Passed
Your system meets the technical requirements for SDV Enterprise.
If you are not able to install and use the SDV Installer on your machine, you can instead open up Python and manually run the code below.
FAQ
Last updated