Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 KB | None | 0 0
  1.  
  2.  
  3. tensorflow-1.13.0rc1
  4. Traceback (most recent call last):
  5. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
  6. from tensorflow.python.pywrap_tensorflow_internal import *
  7. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
  8. _pywrap_tensorflow_internal = swig_import_helper()
  9. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  10. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  11. File "/usr/lib/python3.6/imp.py", line 243, in load_module
  12. return load_dynamic(name, filename, file)
  13. File "/usr/lib/python3.6/imp.py", line 343, in load_dynamic
  14. return _load(spec)
  15. ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20. File "/content/musegan/scripts/../src/train.py", line 8, in <module>
  21. import tensorflow as tf
  22. File "/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 22, in <module>
  23. from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
  24. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 49, in <module>
  25. from tensorflow.python import pywrap_tensorflow
  26. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module>
  27. raise ImportError(msg)
  28. ImportError: Traceback (most recent call last):
  29. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
  30. from tensorflow.python.pywrap_tensorflow_internal import *
  31. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
  32. _pywrap_tensorflow_internal = swig_import_helper()
  33. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  34. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  35. File "/usr/lib/python3.6/imp.py", line 243, in load_module
  36. return load_dynamic(name, filename, file)
  37. File "/usr/lib/python3.6/imp.py", line 343, in load_dynamic
  38. return _load(spec)
  39. ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
  40.  
  41.  
  42. Failed to load the native TensorFlow runtime.
  43.  
  44. See https://www.tensorflow.org/install/install_sources#common_installation_problems
  45.  
  46. for some common reasons and solutions. Include the entire stack trace
  47. above this error message when asking for help.
  48. Model checkpoint directory not found
  49. Model checkpoint directory not found
  50.  
  51. tf 1.8
  52.  
  53. Traceback (most recent call last):
  54. File "/content/musegan/scripts/../src/train.py", line 8, in <module>
  55. import tensorflow as tf
  56. File "/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 24, in <module>
  57. from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
  58. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 63, in <module>
  59. from tensorflow.python.framework.framework_lib import * # pylint: disable=redefined-builtin
  60. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/framework_lib.py", line 104, in <module>
  61. from tensorflow.python.framework.importer import import_graph_def
  62. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/importer.py", line 32, in <module>
  63. from tensorflow.python.framework import function
  64. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/function.py", line 36, in <module>
  65. from tensorflow.python.ops import resource_variable_ops
  66. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/resource_variable_ops.py", line 35, in <module>
  67. from tensorflow.python.ops import variables
  68. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/variables.py", line 40, in <module>
  69. class Variable(checkpointable.CheckpointableBase):
  70. AttributeError: module 'tensorflow.python.training.checkpointable' has no attribute 'CheckpointableBase'
  71. Model checkpoint directory not found
  72. Model checkpoint directory not found
  73.  
  74. tf 1.7
  75. Traceback (most recent call last):
  76. File "/content/musegan/scripts/../src/train.py", line 8, in <module>
  77. import tensorflow as tf
  78. File "/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 24, in <module>
  79. from tensorflow.python import * # pylint: disable=redefined-builtin
  80. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 63, in <module>
  81. from tensorflow.python.framework.framework_lib import * # pylint: disable=redefined-builtin
  82. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/framework_lib.py", line 102, in <module>
  83. from tensorflow.python.framework.importer import import_graph_def
  84. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/importer.py", line 32, in <module>
  85. from tensorflow.python.framework import function
  86. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/function.py", line 37, in <module>
  87. from tensorflow.python.ops import resource_variable_ops
  88. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/resource_variable_ops.py", line 35, in <module>
  89. from tensorflow.python.ops import variables
  90. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/variables.py", line 40, in <module>
  91. class Variable(checkpointable.CheckpointableBase):
  92. AttributeError: module 'tensorflow.python.training.checkpointable' has no attribute 'CheckpointableBase'
  93. Traceback (most recent call last):
  94. File "/content/musegan/scripts/../src/inference.py", line 8, in <module>
  95. import tensorflow as tf
  96. File "/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 24, in <module>
  97. from tensorflow.python import * # pylint: disable=redefined-builtin
  98. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 63, in <module>
  99. from tensorflow.python.framework.framework_lib import * # pylint: disable=redefined-builtin
  100. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/framework_lib.py", line 102, in <module>
  101. from tensorflow.python.framework.importer import import_graph_def
  102. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/importer.py", line 32, in <module>
  103. from tensorflow.python.framework import function
  104. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/function.py", line 37, in <module>
  105. from tensorflow.python.ops import resource_variable_ops
  106. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/resource_variable_ops.py", line 35, in <module>
  107. from tensorflow.python.ops import variables
  108. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/variables.py", line 40, in <module>
  109. class Variable(checkpointable.CheckpointableBase):
  110. AttributeError: module 'tensorflow.python.training.checkpointable' has no attribute 'CheckpointableBase'
  111. Traceback (most recent call last):
  112. File "/content/musegan/scripts/../src/interpolation.py", line 8, in <module>
  113. import tensorflow as tf
  114. File "/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 24, in <module>
  115. from tensorflow.python import * # pylint: disable=redefined-builtin
  116. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 63, in <module>
  117. from tensorflow.python.framework.framework_lib import * # pylint: disable=redefined-builtin
  118. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/framework_lib.py", line 102, in <module>
  119. from tensorflow.python.framework.importer import import_graph_def
  120. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/importer.py", line 32, in <module>
  121. from tensorflow.python.framework import function
  122. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/function.py", line 37, in <module>
  123. from tensorflow.python.ops import resource_variable_ops
  124. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/resource_variable_ops.py", line 35, in <module>
  125. from tensorflow.python.ops import variables
  126. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/variables.py", line 40, in <module>
  127. class Variable(checkpointable.CheckpointableBase):
  128. AttributeError: module 'tensorflow.python.training.checkpointable' has no attribute 'CheckpointableBase'
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. tf 1.9 and 1.10.1
  152. Traceback (most recent call last):
  153. File "/content/musegan/scripts/../src/train.py", line 8, in <module>
  154. import tensorflow as tf
  155. File "/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 22, in <module>
  156. from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
  157. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 81, in <module>
  158. from tensorflow.python import keras
  159. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/__init__.py", line 24, in <module>
  160. from tensorflow.python.keras import activations
  161. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/activations/__init__.py", line 22, in <module>
  162. from tensorflow.python.keras._impl.keras.activations import elu
  163. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/_impl/keras/__init__.py", line 21, in <module>
  164. from tensorflow.python.keras._impl.keras import activations
  165. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/_impl/keras/activations.py", line 23, in <module>
  166. from tensorflow.python.keras._impl.keras import backend as K
  167. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/_impl/keras/backend.py", line 38, in <module>
  168. from tensorflow.python.layers import base as tf_base_layers
  169. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/layers/base.py", line 25, in <module>
  170. from tensorflow.python.keras.engine import base_layer
  171. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/__init__.py", line 21, in <module>
  172. from tensorflow.python.keras.engine.base_layer import InputSpec
  173. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/base_layer.py", line 33, in <module>
  174. from tensorflow.python.keras import backend
  175. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/backend/__init__.py", line 22, in <module>
  176. from tensorflow.python.keras._impl.keras.backend import abs
  177. ImportError: cannot import name 'abs'
  178. Model checkpoint directory not found
  179. Model checkpoint directory not found
  180.  
  181.  
  182.  
  183.  
  184. tf 1.6 1.5 1.4
  185. File "/content/musegan/src/musegan/presets/generator/default.py", line 3, in <module>
  186. from tensorflow.nn import relu, leaky_relu, tanh, sigmoid
  187. File "/usr/local/lib/python3.6/dist-packages/tensorflow/nn/__init__.py", line 22, in <module>
  188. from tensorflow.python.ops.embedding_ops import safe_embedding_lookup_sparse
  189. ImportError: cannot import name 'safe_embedding_lookup_sparse'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement