Does Deepstream ver6 and Cuda ver11.5, Tensorrt8 can be installed on a laptop with ubuntu 20 and rtx2070 mobile hardware?

I struggling with some installation issues regarding pyds files and other stuff, and I wonder if it’s at all possible to run deepstream on a laptop with GeForce RTX 2070 (mobile)

Please provide complete information as applicable to your setup.

**• GPU- rtx2070 mobile
**• DeepStream 6
**• TensorRT

[±----------------------------------------------------------------------------+
| NVIDIA-SMI 495.29.05 Driver Version: 495.29.05 CUDA Version: 11.5 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce … On | 00000000:01:00.0 On | N/A |
| N/A 45C P8 17W / N/A | 123MiB / 7982MiB | 23% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1067 G /usr/lib/xorg/Xorg 30MiB |
| 0 N/A N/A 1706 G /usr/lib/xorg/Xorg 91MiB |
±----------------------------------------------------------------------------+](Does Deepstream ver6 and Cuda ver11.5, Tensorrt8 can be installed on a laptop with ubuntu 20 and rtx2070 mobile hardware?)

although I running with python 3.8 and the latest version of all the installations, I still receive the following error

Traceback (most recent call last):
File “deepstream_test_1.py”, line 28, in
import pyds
ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory

what could be the problem?

Please follow this Quickstart Guide — DeepStream 6.1.1 Release documentation to setup your environments.

this is the prerequistites:

You must install the following components:

  • Ubuntu 18.04
  • GStreamer 1.14.5
  • NVIDIA driver 470.63.01
  • CUDA 11.4
  • TensorRT 8.0.1

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