Installation Problem Isaac SDK on centos 7

localhost scripts]$ ./install_dependencies.sh This is a helper script for installing dependencies to build the Isaac SDK.

First argument is the optional CUDA version. By default CUDA 10.2 dependent
packages are installed. GPUs with Maxwell, Pascal, Volta and Turing
architectures are supported in this configuration. Experimental support of
newer architecture GPUs is available with the --config=x86_64_cuda_11_1
option.

CUDA 10.2 support was selected (default option).
[sudo] password for NVIDIA:
sudo: apt-get: command not found
[INFO] Installing packages - ffmpeg
sudo: apt-get: command not found
[ERROR] Failed to install packages - ffmpeg

Facing that apt-get in centos
also tried for yum install
still not working

Isaac SDK 2021.1 is only supported on Ubuntu-based Linux distros. You can try to use CentOS and replace calls for apt-get with yum but the packages repositories may be different and other issues may prove problematic.

1 Like