Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLL error tensorflow 1.13.1 #34

Open
andrejmz opened this issue Oct 10, 2020 · 0 comments
Open

DLL error tensorflow 1.13.1 #34

andrejmz opened this issue Oct 10, 2020 · 0 comments

Comments

@andrejmz
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant