Failed to load the native TensorFlow runtime. ImportError DLL load failed. #38916
Nov 25, 2020
Let’s solve this issue in a simplified way…
I do hope that you are going through some problem when trying to import TensorFlow or maybe when importing other libraries which use TensorFlow in the backend.
Solution:
I simply solved this problem by installing below Visual C++ distribution…
https://aka.ms/vs/16/release/vc_redist.x64.exe
Now It ran successfully…
I hope it will help you.
If helped, please upvote.
Thanks…