-
Notifications
You must be signed in to change notification settings - Fork 183
Description
Hi
I tried to make the code work and i have that error:
Traceback (most recent call last):
File "image_demo.py", line 1, in
import tensorflow as tf
File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow_init_.py", line 24, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python_init_.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\imp.py", line 345, in load_dynamic
return _load(spec)
ImportError: DLL load failed: Le module spécifié est introuvable.
I've installed tensorflow 1.13.1
installing VC_redist.x64.exe didnt fix it for me.
I am a bit depressed and very close to sticking to java and never look back ;-)
I realize I spend 99.9 % of my time trying to coble things together !
Best regards!