dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
1.9k stars 416 forks source link

l4t-pytorch and zed #463

Open MagnSell opened 3 months ago

MagnSell commented 3 months ago

Followed the setup guide then Built a docker container containing both the l4t-pytorch and zed container using ./build.sh --name=pytorch_zed l4t-pytorch zed All tests passed successfully, however when I try to run this code i get the following error.

python3 -c "import pyzed.sl as sl;print('ok');" Traceback (most recent call last): File "", line 1, in ImportError: libnvbuf_utils.so.1.0.0: cannot open shared object file: No such file or directory

Running this however works. python3 -c "import pyzed ;print('ok');" ok

I am thoroughly confused and wondered if anyone had any ideas on what I can do. Running on the Jetson Orin Nano with: