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

ImportError: DLL load failed: The specified module could not be found. #36702

Closed
ChrisJH1 opened this issue Feb 12, 2020 · 1 comment
Closed
Assignees
Labels
subtype:windows Windows Build/Installation Issues TF 2.0 Issues relating to TensorFlow 2.0 type:build/install Build and install issues

Comments

@ChrisJH1
Copy link

Hi,

I keep hitting an import error shown below

setup is Windows 10 64 bit - Processor Intel(R) Core(TM) i7-7820HQ - GPU Nividia Quadro M1200,

Running Spyder version 4.0 (tried 4.01 also) with python 3.7.6 (also tried 3.8) via virtual env with tensorflow 2. Despite a weeks worth of various combinations I am having no luck. Any help much appreciated

Home setup works fine but I need it working on my work PC. I have a local install as I don't have admin rights.

ImportError: Traceback (most recent call last):
File "C:\Users\user.user\Python 3.7.6 64bit\3.7.6\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\user.user\Python 3.7.6 64bit\3.7.6\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\user.user\Python 3.7.6 64bit\3.7.6\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\user.user\AppData\Local\Programs\Python\Python37\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\user.user\AppData\Local\Programs\Python\Python37\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

@mihaimaruseac
Copy link
Collaborator

Closing as duplicate.

#36167 (comment)

Just to sample over 100 similar issues: #36167 #36151 #36138 #36054 #36045 #36020 #36003 #35988 #35903 #35880 #35865 #35805 #35789 #35773 #35772 #35767 #35766 #35749 #35721 #35618 #35204

Please make sure you do a search in the future.

@ravikyram ravikyram added subtype:windows Windows Build/Installation Issues TF 2.0 Issues relating to TensorFlow 2.0 type:build/install Build and install issues labels Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtype:windows Windows Build/Installation Issues TF 2.0 Issues relating to TensorFlow 2.0 type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

3 participants