Please provide complete information as applicable to your setup.
• Hardware Platform: Jetson Orin Nano
• DeepStream Version: deepstream-7.1_7.1.0-1_arm64
• JetPack Version: 6.2
• TensorRT Version : tensorrt 10.3.0.30-1+cuda12.5
• Issue Type: questions
user@user:/workspace/src$ python app.py
Traceback (most recent call last):
File “/workspace/src/app.py”, line 7, in
from ai.image_proc import ImagePipeline
File “/workspace/src/ai/image_proc.py”, line 9, in
import pyds
ImportError: libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
Hello, I am a student studying deepstream.
I installed deepstream-7.1_7.1.0-1_arm64 and tried to run Python code with devcontainer, but I got an error: libnvbufsurface.so.1.0.0 importerror.
find /usr /opt -type f -name ‘libnvbufsurface*.so*’ 2>/dev/null
When I run this command, it says the file doesn’t exist.
I think it might be a symbolic link issue, but I’m having trouble figuring it out.
What should I do?