holoscan-install-wheel
Installation
SKILL.md
Holoscan pip Wheel Installation
Purpose
Install the Holoscan SDK Python bindings via the holoscan-cu12 / holoscan-cu13 pip wheel into a virtual environment, and verify with hello_world and video_replayer.
Prerequisites
- Linux x86_64 with NVIDIA GPU + driver (
nvidia-smi). - CUDA Toolkit on
PATHmatching the host CUDA major (12 or 13). - Python 3.10–3.13 with
venvavailable. - Network access to PyPI and
docs.nvidia.com.
Limitations
- Python only. For C++ headers/libs, pair with
/holoscan-install-debian. holoscan-cu12andholoscan-cu13are mutually exclusive — wheel must match host CUDA driver.video_replayerdata ships only with the Debian package; without it, setHOLOSCAN_INPUT_PATHto a directory containingracerx/.ulimit -s 32768is recommended in every shell that runs Holoscan — without it some apps emit a stack-size warning or, in rarer cases, segfault.