JustinaPetr / Weatherbot_Tutorial

275 stars 448 forks source link

Tensorflow Issue with DLL load failed #85

Open ghost opened 5 years ago

ghost commented 5 years ago

Hey @Justina, I was seeing dll load error while importing tensorflow (1.12.0) using python 3.6.8.

Here goes my specifications used.

  1. Python 3.7, to have tensorflow support created environment using conda with python 3.6.
  2. Installed tensorflow (1.12.0) using pip.
  3. Tried to import tensorflow with python.
  4. OS windows 10

Got error saying DLL failed to load, a dynamic DLL link is not .......

As per my analysis, installed Microsoft visual studio c++ 2015 redistributables and build tools 2015 update 3.

Still the same issue.

Can you please help me out in getting this issue resovled. I'm completely new to this platform.

Thanks in advance :)