Jetson Orin pyzed ImportError

Hi, I was trying to import pyzed.sl on my Jetson Orin (jetpack 5.1.1) and I get this error:

ImportError: libnvbuf_utils.so.1.0.0: cannot open shared object file: No such file or directory.

I can’t find any topic related with this problem.

Hi,
Sorry to hear that. To begin, let’s try to find the file :

find / -name "libnvbuf_utils.so.1.0.0" 2>/dev/null

If it exists, can you try to add the path to the LD_LIBRARY_PATH ?

export LD_LIBRARY_PATH=/path_to_library:$LD_LIBRARY_PATH

If the file cannot be found, something probably went wrong in the JetPack installation, as this file comes from it, you might want to try a reinstall.
If none of these work, can you send me more details on your setup ? The python version, either you are using an environment, the SDK version, and if any warning or suspicious message appeared during the installation of the SDK ?
Stereolabs Support

Sorry for my late response. Above find command returns nothing. Yes, I also had problem with JetPack and I had to recover the system and reinstall it couple times.

I’m using SDK version (to be honest I dont know what environment version is).

Yes, there were some suspicious red lines during installation, but unfortunately I didn’t took screenshots. I will try to reinstall JetPack and repeat the SDK install.