While running vpi code we are getting this error:
import vpi
ImportError: libEGL_nvidia.so.0: cannot open shared object file: No such file or directory
- though we have already set the pathlibEGL_nvidia.so.0 by following command
“export LD_LIBRARY_PATH: /usr/lib/aarch64-linux-gnu/tegra-egl/libEGL_nvidia.so.0” - The board is having jetpack 5.0.2 (runtime version) booted onto a USB.
- Installed VPI 2 on python 3.8
still it’s not able to open shared object file.