Skip to content
Advertisement

Problems with importing Tensoflow in Jupyter. DLL load failed. Specific module failed to load

I opened up a Jupyter notebook and tried importing tensorflow as tf and got the following error message

JavaScript

And here’s the message I received

JavaScript

I tried installing it with the following commands

JavaScript

But I’m still getting the same error message. I’m using windows 10 if that helps.

Oh I also checked in my command line to see if it was working in python by doing

JavaScript

But I still got the same error message

Advertisement

Answer

This problem should be fixed by installing the
Microsoft Visual C++ Redistributable for Visual Studio 2019.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement