Guest User

Untitled

a guest
Mar 24th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow_internal.py", line 18, in swig_import_helper
  3. return importlib.import_module(mname)
  4. File "C:PythonPython353libimportlib__init__.py", line 126, in import_module
  5. return _bootstrap._gcd_import(name[level:], package, level)
  6. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  7. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  8. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  9. File "<frozen importlib._bootstrap>", line 666, in _load_unlocked
  10. File "<frozen importlib._bootstrap>", line 577, in module_from_spec
  11. File "<frozen importlib._bootstrap_external>", line 914, in create_module
  12. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  13. ImportError: DLL load failed with error code -1073741795
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow.py", line 58, in <module>
  19. from tensorflow.python.pywrap_tensorflow_internal import *
  20. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow_internal.py", line 21, in <module>
  21. _pywrap_tensorflow_internal = swig_import_helper()
  22. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow_internal.py", line 20, in swig_import_helper
  23. return importlib.import_module('_pywrap_tensorflow_internal')
  24. File "C:PythonPython353libimportlib__init__.py", line 126, in import_module
  25. return _bootstrap._gcd_import(name[level:], package, level)
  26. ImportError: No module named '_pywrap_tensorflow_internal'
  27.  
  28. During handling of the above exception, another exception occurred:
  29.  
  30. Traceback (most recent call last):
  31. File "<stdin>", line 1, in <module>
  32. File "C:PythonPython353libsite-packagestensorflow__init__.py", line 24,in <module>
  33. from tensorflow.python import *
  34. File "C:PythonPython353libsite-packagestensorflowpython__init__.py", line 49, in <module>
  35. from tensorflow.python import pywrap_tensorflow
  36. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow.py", line 74, in <module>
  37. raise ImportError(msg)
  38. ImportError: Traceback (most recent call last):
  39. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow_internal.py", line 18, in swig_import_helper
  40. return importlib.import_module(mname)
  41. File "C:PythonPython353libimportlib__init__.py", line 126, in import_module
  42. return _bootstrap._gcd_import(name[level:], package, level)
  43. File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  44. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  45. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  46. File "<frozen importlib._bootstrap>", line 666, in _load_unlocked
  47. File "<frozen importlib._bootstrap>", line 577, in module_from_spec
  48. File "<frozen importlib._bootstrap_external>", line 914, in create_module
  49. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  50. ImportError: DLL load failed with error code -1073741795
  51.  
  52. During handling of the above exception, another exception occurred:
  53.  
  54. Traceback (most recent call last):
  55. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow.py", line 58, in <module>
  56. from tensorflow.python.pywrap_tensorflow_internal import *
  57. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow_internal.py", line 21, in <module>
  58. _pywrap_tensorflow_internal = swig_import_helper()
  59. File "C:PythonPython353libsite-packagestensorflowpythonpywrap_tensorflow_internal.py", line 20, in swig_import_helper return importlib.import_module('_pywrap_tensorflow_internal')
  60. File "C:PythonPython353libimportlib__init__.py", line 126, in import_module
  61. return _bootstrap._gcd_import(name[level:], package, level)
  62. ImportError: No module named '_pywrap_tensorflow_internal'
  63.  
  64.  
  65. Failed to load the native TensorFlow runtime.
  66.  
  67. See https://www.tensorflow.org/install/install_sources#common_installation_problems
  68.  
  69. for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.
  70. >>>
Add Comment
Please, Sign In to add comment