Advertisement
Guest User

Untitled

a guest
Sep 27th, 2017
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. (tensorflow) C:\Users\Kasper>python
  2. Python 3.5.4 |Continuum Analytics, Inc.| (default, Aug 14 2017, 13:41:13) [MSC v.1900 64 bit (AMD64)] on win32
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> import tensorflow as tf
  5. Traceback (most recent call last):
  6. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper
  7. return importlib.import_module(mname)
  8. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\importlib\__init__.py", line 126, in import_module
  9. return _bootstrap._gcd_import(name[level:], package, level)
  10. File "<frozen importlib._bootstrap>", line 985, in _gcd_import
  11. File "<frozen importlib._bootstrap>", line 968, in _find_and_load
  12. File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
  13. File "<frozen importlib._bootstrap>", line 666, in _load_unlocked
  14. File "<frozen importlib._bootstrap>", line 577, in module_from_spec
  15. File "<frozen importlib._bootstrap_external>", line 938, in create_module
  16. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  17. ImportError: DLL load failed: The specified module could not be found.
  18.  
  19. During handling of the above exception, another exception occurred:
  20.  
  21. Traceback (most recent call last):
  22. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 41, in <module>
  23. from tensorflow.python.pywrap_tensorflow_internal import *
  24. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 21, in <module>
  25. _pywrap_tensorflow_internal = swig_import_helper()
  26. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_helper
  27. return importlib.import_module('_pywrap_tensorflow_internal')
  28. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\importlib\__init__.py", line 126, in import_module
  29. return _bootstrap._gcd_import(name[level:], package, level)
  30. ImportError: No module named '_pywrap_tensorflow_internal'
  31.  
  32. During handling of the above exception, another exception occurred:
  33.  
  34. Traceback (most recent call last):
  35. File "<stdin>", line 1, in <module>
  36. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\__init__.py", line 24, in <module>
  37. from tensorflow.python import *
  38. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\__init__.py", line 49, in <module>
  39. from tensorflow.python import pywrap_tensorflow
  40. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 52, in <module>
  41. raise ImportError(msg)
  42. ImportError: Traceback (most recent call last):
  43. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper
  44. return importlib.import_module(mname)
  45. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\importlib\__init__.py", line 126, in import_module
  46. return _bootstrap._gcd_import(name[level:], package, level)
  47. File "<frozen importlib._bootstrap>", line 985, in _gcd_import
  48. File "<frozen importlib._bootstrap>", line 968, in _find_and_load
  49. File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
  50. File "<frozen importlib._bootstrap>", line 666, in _load_unlocked
  51. File "<frozen importlib._bootstrap>", line 577, in module_from_spec
  52. File "<frozen importlib._bootstrap_external>", line 938, in create_module
  53. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  54. ImportError: DLL load failed: The specified module could not be found.
  55.  
  56. During handling of the above exception, another exception occurred:
  57.  
  58. Traceback (most recent call last):
  59. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 41, in <module>
  60. from tensorflow.python.pywrap_tensorflow_internal import *
  61. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 21, in <module>
  62. _pywrap_tensorflow_internal = swig_import_helper()
  63. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_helper
  64. return importlib.import_module('_pywrap_tensorflow_internal')
  65. File "C:\Users\Kasper\Anaconda3\envs\tensorflow\lib\importlib\__init__.py", line 126, in import_module
  66. return _bootstrap._gcd_import(name[level:], package, level)
  67. ImportError: No module named '_pywrap_tensorflow_internal'
  68.  
  69.  
  70. Failed to load the native TensorFlow runtime.
  71.  
  72. See https://www.tensorflow.org/install/install_sources#common_installation_problems
  73.  
  74. for some common reasons and solutions. Include the entire stack trace
  75. above this error message when asking for help.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement