TensorFlow Runtime exception

I have installed NVIDIA’s TensorFlow 1.13 (optimized for the Jetson Nano) . While verifying installation i got following error ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory. Could you please help me to fix this issue?

Hi,

Please noticed that there are some dependencies between JetPack version and Tensorflow package.

It looks like your TensorFlow package is looking for the CUDA 10.0 library, which is presented in JetPack4.3.
For JetPack 4.4, please use our v1.15.2+nv20.6 or v2.2.0+nv20.6 package:
https://developer.download.nvidia.com/compute/redist/jp/v44/tensorflow/

Thanks.