Last answered:

30 Nov 2020

Posted on:

19 Nov 2020

0

ImportError: DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found.

Dear all team i can't import tensorflow (import tensorflow as tf) in jupyter, show error:
ImportError: Traceback (most recent call last):
  File "C:\Users\bambang.kriswantara\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 64, in <module>
    from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found.

spesification pc:
Intel cove i3-7100U cpu 2,40GHzx2
RAM 8 GB
64bit, windows 10 pro
python 3.8
tensorflow 2.3.1

please help me

thank
bambangkris
1 answers ( 0 marked as helpful)
Instructor
Posted on:

30 Nov 2020

0
Hi Bambang, Sorry to heart that.  I have not incurred this issue before as it seems it is quite recent (available on TF 2.3 and with certain specifications). I found these 2 GitHub discussions over here which go thoroughly through the issue for different systems and specifications.
  1. https://github.com/tensorflow/tensorflow/issues/42394
  2. https://github.com/tensorflow/tensorflow/issues/39007
Hope this helps! Best, Iliya

Submit an answer