-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
Hardware Platform: RTX A4000
NVIDIA-SMI 535.54.03
CUDA Version: 12.2
SO: Ubuntu 22.04
Python: 3.10.6
I am trying to create the docker image from Dockerfile, ans I kept the original version from the dockerfile (FROM nvcr.io/nvidia/deepstream:6.1-devel). It seems that when compiling the python bindings, the is an error:
opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings/src/bindnvosd.cpp:36:37:
error: 'MODE_NONE' was not declared in this scope; did you mean
'pydsdoc::NvOSD::NvOSD_Mode::MODE_NONE'?
36 | .value("MODE_NONE", MODE_NONE,
pydsdoc::NvOSD::NvOSD_Mode::MODE_NONE)
| ^~~~~~~~~
|
pydsdoc::NvOSD::NvOSD_Mode::MODE_NONE
The complete log is in this link: https://drive.google.com/file/d/1k8p9qYR1NwJagE_0manqSacghIO_KIek/view?usp=sharing.
How to override this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels