Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 14, in swig_import_helpe
  3. r
  4. return importlib.import_module(mname)
  5. File "/mnt/hd1/system/Terminal/Python36/lib/importlib/__init__.py", line 126, in import_module
  6. return _bootstrap._gcd_import(name[level:], package, level)
  7. File "<frozen importlib._bootstrap>", line 978, in _gcd_import
  8. File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  9. File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  10. File "<frozen importlib._bootstrap>", line 648, in _load_unlocked
  11. File "<frozen importlib._bootstrap>", line 560, in module_from_spec
  12. File "<frozen importlib._bootstrap_external>", line 922, in create_module
  13. File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
  14. ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
  20. from tensorflow.python.pywrap_tensorflow_internal import *
  21. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 17, in <module>
  22. _pywrap_tensorflow_internal = swig_import_helper()
  23. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 16, in swig_import_helpe
  24. r
  25. return importlib.import_module('_pywrap_tensorflow_internal')
  26. File "/mnt/hd1/system/Terminal/Python36/lib/importlib/__init__.py", line 126, in import_module
  27. return _bootstrap._gcd_import(name[level:], package, level)
  28. ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'
  29.  
  30. During handling of the above exception, another exception occurred:
  31.  
  32. Traceback (most recent call last):
  33. File "pretrained_example.py", line 15, in <module>
  34. import dnnlib.tflib as tflib
  35. File "/mnt/hd1/FaceGANetwork/dnnlib/tflib/__init__.py", line 8, in <module>
  36. from . import autosummary
  37. File "/mnt/hd1/FaceGANetwork/dnnlib/tflib/autosummary.py", line 27, in <module>
  38. import tensorflow as tf
  39. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/__init__.py", line 22, in <module>
  40. from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
  41. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/__init__.py", line 49, in <module>
  42. from tensorflow.python import pywrap_tensorflow
  43. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module>
  44. raise ImportError(msg)
  45. ImportError: Traceback (most recent call last):
  46. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 14, in swig_import_helpe
  47. r
  48. return importlib.import_module(mname)
  49. File "/mnt/hd1/system/Terminal/Python36/lib/importlib/__init__.py", line 126, in import_module
  50. return _bootstrap._gcd_import(name[level:], package, level)
  51. File "<frozen importlib._bootstrap>", line 978, in _gcd_import
  52. File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  53. File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  54. File "<frozen importlib._bootstrap>", line 648, in _load_unlocked
  55. File "<frozen importlib._bootstrap>", line 560, in module_from_spec
  56. File "<frozen importlib._bootstrap_external>", line 922, in create_module
  57. File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
  58. ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
  59.  
  60. During handling of the above exception, another exception occurred:
  61.  
  62. Traceback (most recent call last):
  63. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
  64. from tensorflow.python.pywrap_tensorflow_internal import *
  65. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 17, in <module>
  66. _pywrap_tensorflow_internal = swig_import_helper()
  67. File "/mnt/hd1/system/Terminal/Python36/lib/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 16, in swig_import_helpe
  68. r
  69. return importlib.import_module('_pywrap_tensorflow_internal')
  70. File "/mnt/hd1/system/Terminal/Python36/lib/importlib/__init__.py", line 126, in import_module
  71. return _bootstrap._gcd_import(name[level:], package, level)
  72. ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'
  73.  
  74.  
  75. Failed to load the native TensorFlow runtime.
  76.  
  77. See https://www.tensorflow.org/install/install_sources#common_installation_problems
  78.  
  79. for some common reasons and solutions. Include the entire stack trace
  80. above this error message when asking for help.
  81.  
  82. dev1lroot@deeplearningserver /mnt/hd1/FaceGANetwork
  83. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement