0

I'm unable to import tensorflow.

T/S done:

  1. installed Tensorflow by following: https://docs.anaconda.com/anaconda/user-guide/tasks/tensorflow/ conda create -n tf tensorflow
  2. installed MS Visual C++ from this discussion board: Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

The following is the message that I'm getting: error message

1 Answers1

0

You need to install the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, and 2019.

According to the docs at https://www.tensorflow.org/install/pip

Install the 64-bit Python 3 release for Windows (select pip as an optional feature).