Missing DLL Files

Hello, I have an RTX 2060 Super and the Cuda drivers installed. Here is the log file.

cudart64_101.dll’; dlerror: cudart64_101.dll not found
2020-06-13 12:46:58.562854: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cublas64_10.dll’; dlerror: cublas64_10.dll not found
2020-06-13 12:46:58.563254: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cufft64_10.dll’; dlerror: cufft64_10.dll not found
2020-06-13 12:46:58.563582: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘curand64_10.dll’; dlerror: curand64_10.dll not found
2020-06-13 12:46:58.563927: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cusolver64_10.dll’; dlerror: cusolver64_10.dll not found
2020-06-13 12:46:58.564234: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cusparse64_10.dll’; dlerror: cusparse64_10.dll not found
2020-06-13 12:46:58.564528: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cudnn64_7.dll’; dlerror: cudnn64_7.dll not found

Tensorflow complains that those dlls are missing. Can someone pls help?

This might be becuase you are using the un supported version of NVIDIA Toolkit
visit: 使用 pip 安装 TensorFlow to check.I ran into same problem then realise i was having version toolkit 11 and tensorflow supports until 10 till today(July 2020) for now.