Unable to install deepstream from apt

I am trying to install deepstream using the apt repository.

Here is my output:

vscode ➜ /workspaces/ds (master ✗) $ sudo apt install deepstream-5.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 deepstream-5.0:arm64 : Depends: libvisionworks-dev:arm64 (>= 1.6.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
vscode ➜ /workspaces/ds (master ✗) $ sudo apt install libvisionworks-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libvisionworks-dev : Depends: libvisionworks (= 1.6.0.501) but it is not installable
                      Recommends: cuda-cudart-dev-10-2 but it is not installable or
                                  nvidia-cuda-dev (>= 10.2) but 9.2.148-7+deb10u1 is to be installed
                      Recommends: libopencv-dev (>= 4.1.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
vscode ➜ /workspaces/ds (master ✗) $ dpkg -l | grep libvisionworks
ii  libvisionworks:arm64               1.6.0.501                           arm64        NVIDIA's VisionWorks Library and supplemental data

It seems like the libvisionworks-dev package depends on the libvisionworks package, but it is alreay installed.

Any suggestions?

1 Like

We suggest you upgrade to latest version 6.0GA, there many bug fixes and new features.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.