Errror for Import tensorflow

I have followed this Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation
and
Official TensorFlow for Jetson Nano!
to install tensorflow on jetson nano, and I am getting this problem:
import tensorflow
2020-11-12 14:31:16.477109: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘libcudart.so.10.0’; dlerror: libcudart.so.10.0: cannot open shared object file: No such file or directory
2020-11-12 14:31:16.477190: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
2020-11-12 14:31:16.477494: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘libcudart.so.10.0’; dlerror: libcudart.so.10.0: cannot open shared object file: No such file or directory
2020-11-12 14:31:16.477543: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Segmentation fault

the same is coming when import keras

Hi @adnanasif1994
Recommend you to post this in Jetson Nano forum to get better assistance.

Thanks!