I believe this issue is related to this one (Jetson Xavier Nx Not Booting). I’ve fixed the boot problem but something is wrong with libcudnn
for some reason after this update.
here is the import error:
>>> import cv2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/cv2/__init__.py", line 96, in <module>
bootstrap()
File "/usr/lib/python3/dist-packages/cv2/__init__.py", line 86, in bootstrap
import cv2
ImportError: /usr/local/lib/libopencv_dnn.so.4.2: symbol cudnnGetConvolutionForwardAlgorithm version libcudnn.so.8 not defined in file libcudnn.so.8 with link time reference
>>>
Anybody know whats going on?