Import Error Issues

Greetings all, in my recent work, I got these error notice:

  1. ImportError

  2. import tensorflow as tf

  3. from tensorflow.python.platform import _pywrap_tf2

  4. ImportError: DLL load failed while importing _pywrap_tf2: A dynamic link library (DLL) initialization routine failed.

How do I resolve them.

You’re probably better off asking this sort of question in a tensorflow or general community, rather than a place like this for Jupyter-specific questions, but this suggests you might need to install Microsoft’s VCredist or update tensorflow.