Advertisement
Guest User

paste

a guest
Mar 24th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.97 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
  3.     from tensorflow.python.pywrap_tensorflow_internal import *
  4.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module>
  5.     _pywrap_tensorflow_internal = swig_import_helper()
  6.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  7.     _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  8.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  9.     return load_dynamic(name, filename, file)
  10.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  11.     return _load(spec)
  12. ImportError: DLL load failed: The specified module could not be found.
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17.   File "<stdin>", line 1, in <module>
  18.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\__init__.py", line 24, in <module>
  19.     from tensorflow.python import pywrap_tensorflow  # pylint: disable=unused-import
  20.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\__init__.py", line 49, in <module>
  21.     from tensorflow.python import pywrap_tensorflow
  22.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in <module>
  23.     raise ImportError(msg)
  24. ImportError: Traceback (most recent call last):
  25.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
  26.     from tensorflow.python.pywrap_tensorflow_internal import *
  27.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module>
  28.     _pywrap_tensorflow_internal = swig_import_helper()
  29.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  30.     _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  31.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  32.     return load_dynamic(name, filename, file)
  33.   File "C:\Users\ayaan\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  34.     return _load(spec)
  35. ImportError: DLL load failed: The specified module could not be found.
  36.  
  37.  
  38. Failed to load the native TensorFlow runtime.
  39.  
  40. See https://www.tensorflow.org/install/errors
  41.  
  42. for some common reasons and solutions.  Include the entire stack trace
  43. above this error message when asking for help.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement