Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.28 KB | None | 0 0
  1. Using TensorFlow backend.
  2. ERROR:root:Internal Python error in the inspect module.
  3. Below is the traceback from this internal error.
  4.  
  5. ERROR:root:Internal Python error in the inspect module.
  6. Below is the traceback from this internal error.
  7.  
  8. Traceback (most recent call last):
  9. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  10. from tensorflow.python.pywrap_tensorflow_internal import *
  11. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  12. _pywrap_tensorflow_internal = swig_import_helper()
  13. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  14. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  15. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  16. return load_dynamic(name, filename, file)
  17. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  18. return _load(spec)
  19. ImportError: DLL load failed with error code -1073741795
  20.  
  21. During handling of the above exception, another exception occurred:
  22.  
  23. Traceback (most recent call last):
  24. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
  25. exec(code_obj, self.user_global_ns, self.user_ns)
  26. File "<ipython-input-1-b9ad18f5ccdb>", line 27, in <module>
  27. import keras
  28. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\__init__.py", line 3, in <module>
  29. from . import utils
  30. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\utils\__init__.py", line 6, in <module>
  31. from . import conv_utils
  32. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\utils\conv_utils.py", line 9, in <module>
  33. from .. import backend as K
  34. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\__init__.py", line 1, in <module>
  35. from .load_backend import epsilon
  36. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\load_backend.py", line 90, in <module>
  37. from .tensorflow_backend import *
  38. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in <module>
  39. import tensorflow as tf
  40. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 98, in <module>
  41. from tensorflow_core import *
  42. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\__init__.py", line 40, in <module>
  43. from tensorflow.python.tools import module_util as _module_util
  44. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
  45. module = self._load()
  46. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 44, in _load
  47. module = _importlib.import_module(self.__name__)
  48. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
  49. return _bootstrap._gcd_import(name[level:], package, level)
  50. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
  51. from tensorflow.python import pywrap_tensorflow
  52. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
  53. raise ImportError(msg)
  54. ImportError: Traceback (most recent call last):
  55. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  56. from tensorflow.python.pywrap_tensorflow_internal import *
  57. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  58. _pywrap_tensorflow_internal = swig_import_helper()
  59. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  60. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  61. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  62. return load_dynamic(name, filename, file)
  63. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  64. return _load(spec)
  65. ImportError: DLL load failed with error code -1073741795
  66.  
  67.  
  68. Failed to load the native TensorFlow runtime.
  69.  
  70. See https://www.tensorflow.org/install/errors
  71.  
  72. for some common reasons and solutions. Include the entire stack trace
  73. above this error message when asking for help.
  74.  
  75. During handling of the above exception, another exception occurred:
  76.  
  77. Traceback (most recent call last):
  78. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
  79. stb = value._render_traceback_()
  80. AttributeError: 'ImportError' object has no attribute '_render_traceback_'
  81.  
  82. During handling of the above exception, another exception occurred:
  83.  
  84. Traceback (most recent call last):
  85. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  86. from tensorflow.python.pywrap_tensorflow_internal import *
  87. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  88. _pywrap_tensorflow_internal = swig_import_helper()
  89. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  90. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  91. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  92. return load_dynamic(name, filename, file)
  93. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  94. return _load(spec)
  95. ImportError: DLL load failed with error code -1073741795
  96.  
  97. During handling of the above exception, another exception occurred:
  98.  
  99. Traceback (most recent call last):
  100. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 1101, in get_records
  101. return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
  102. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 319, in wrapped
  103. return f(*args, **kwargs)
  104. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 353, in _fixed_getinnerframes
  105. records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
  106. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\inspect.py", line 1490, in getinnerframes
  107. frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
  108. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\inspect.py", line 1448, in getframeinfo
  109. filename = getsourcefile(frame) or getfile(frame)
  110. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\inspect.py", line 696, in getsourcefile
  111. if getattr(getmodule(object, filename), '__loader__', None) is not None:
  112. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\inspect.py", line 733, in getmodule
  113. if ismodule(module) and hasattr(module, '__file__'):
  114. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
  115. module = self._load()
  116. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 44, in _load
  117. module = _importlib.import_module(self.__name__)
  118. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
  119. return _bootstrap._gcd_import(name[level:], package, level)
  120. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  121. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  122. File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  123. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  124. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  125. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  126. File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  127. File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  128. File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  129. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  130. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\__init__.py", line 42, in <module>
  131. from . _api.v2 import audio
  132. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\_api\v2\audio\__init__.py", line 10, in <module>
  133. from tensorflow.python.ops.gen_audio_ops import decode_wav
  134. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in <module>
  135. from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
  136. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
  137. module = self._load()
  138. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 44, in _load
  139. module = _importlib.import_module(self.__name__)
  140. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
  141. return _bootstrap._gcd_import(name[level:], package, level)
  142. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
  143. from tensorflow.python import pywrap_tensorflow
  144. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
  145. raise ImportError(msg)
  146. ImportError: Traceback (most recent call last):
  147. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  148. from tensorflow.python.pywrap_tensorflow_internal import *
  149. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  150. _pywrap_tensorflow_internal = swig_import_helper()
  151. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  152. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  153. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  154. return load_dynamic(name, filename, file)
  155. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  156. return _load(spec)
  157. ImportError: DLL load failed with error code -1073741795
  158.  
  159. During handling of the above exception, another exception occurred:
  160.  
  161. Traceback (most recent call last):
  162. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
  163. exec(code_obj, self.user_global_ns, self.user_ns)
  164. File "<ipython-input-1-b9ad18f5ccdb>", line 27, in <module>
  165. import keras
  166. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\__init__.py", line 3, in <module>
  167. from . import utils
  168. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\utils\__init__.py", line 6, in <module>
  169. from . import conv_utils
  170. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\utils\conv_utils.py", line 9, in <module>
  171. from .. import backend as K
  172. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\__init__.py", line 1, in <module>
  173. from .load_backend import epsilon
  174. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\load_backend.py", line 90, in <module>
  175. from .tensorflow_backend import *
  176. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in <module>
  177. import tensorflow as tf
  178. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 98, in <module>
  179. from tensorflow_core import *
  180. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\__init__.py", line 40, in <module>
  181. from tensorflow.python.tools import module_util as _module_util
  182. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
  183. module = self._load()
  184. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 44, in _load
  185. module = _importlib.import_module(self.__name__)
  186. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
  187. return _bootstrap._gcd_import(name[level:], package, level)
  188. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
  189. from tensorflow.python import pywrap_tensorflow
  190. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
  191. raise ImportError(msg)
  192. ImportError: Traceback (most recent call last):
  193. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  194. from tensorflow.python.pywrap_tensorflow_internal import *
  195. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  196. _pywrap_tensorflow_internal = swig_import_helper()
  197. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  198. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  199. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  200. return load_dynamic(name, filename, file)
  201. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  202. return _load(spec)
  203. ImportError: DLL load failed with error code -1073741795
  204.  
  205.  
  206. Failed to load the native TensorFlow runtime.
  207.  
  208. See https://www.tensorflow.org/install/errors
  209.  
  210. for some common reasons and solutions. Include the entire stack trace
  211. above this error message when asking for help.
  212.  
  213. During handling of the above exception, another exception occurred:
  214.  
  215. Traceback (most recent call last):
  216. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
  217. stb = value._render_traceback_()
  218. AttributeError: 'ImportError' object has no attribute '_render_traceback_'
  219.  
  220. During handling of the above exception, another exception occurred:
  221.  
  222. Traceback (most recent call last):
  223. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  224. from tensorflow.python.pywrap_tensorflow_internal import *
  225. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  226. _pywrap_tensorflow_internal = swig_import_helper()
  227. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  228. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  229. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  230. return load_dynamic(name, filename, file)
  231. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  232. return _load(spec)
  233. ImportError: DLL load failed with error code -1073741795
  234.  
  235.  
  236. Failed to load the native TensorFlow runtime.
  237.  
  238. See https://www.tensorflow.org/install/errors
  239.  
  240. for some common reasons and solutions. Include the entire stack trace
  241. above this error message when asking for help.
  242. Traceback (most recent call last):
  243. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  244. from tensorflow.python.pywrap_tensorflow_internal import *
  245. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  246. _pywrap_tensorflow_internal = swig_import_helper()
  247. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  248. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  249. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  250. return load_dynamic(name, filename, file)
  251. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  252. return _load(spec)
  253. ImportError: DLL load failed with error code -1073741795
  254.  
  255. During handling of the above exception, another exception occurred:
  256.  
  257. Traceback (most recent call last):
  258. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
  259. exec(code_obj, self.user_global_ns, self.user_ns)
  260. File "<ipython-input-1-b9ad18f5ccdb>", line 27, in <module>
  261. import keras
  262. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\__init__.py", line 3, in <module>
  263. from . import utils
  264. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\utils\__init__.py", line 6, in <module>
  265. from . import conv_utils
  266. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\utils\conv_utils.py", line 9, in <module>
  267. from .. import backend as K
  268. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\__init__.py", line 1, in <module>
  269. from .load_backend import epsilon
  270. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\load_backend.py", line 90, in <module>
  271. from .tensorflow_backend import *
  272. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in <module>
  273. import tensorflow as tf
  274. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 98, in <module>
  275. from tensorflow_core import *
  276. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\__init__.py", line 40, in <module>
  277. from tensorflow.python.tools import module_util as _module_util
  278. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
  279. module = self._load()
  280. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 44, in _load
  281. module = _importlib.import_module(self.__name__)
  282. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
  283. return _bootstrap._gcd_import(name[level:], package, level)
  284. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
  285. from tensorflow.python import pywrap_tensorflow
  286. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
  287. raise ImportError(msg)
  288. ImportError: Traceback (most recent call last):
  289. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  290. from tensorflow.python.pywrap_tensorflow_internal import *
  291. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  292. _pywrap_tensorflow_internal = swig_import_helper()
  293. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  294. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  295. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  296. return load_dynamic(name, filename, file)
  297. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  298. return _load(spec)
  299. ImportError: DLL load failed with error code -1073741795
  300.  
  301.  
  302. Failed to load the native TensorFlow runtime.
  303.  
  304. See https://www.tensorflow.org/install/errors
  305.  
  306. for some common reasons and solutions. Include the entire stack trace
  307. above this error message when asking for help.
  308.  
  309. During handling of the above exception, another exception occurred:
  310.  
  311. Traceback (most recent call last):
  312. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
  313. stb = value._render_traceback_()
  314. AttributeError: 'ImportError' object has no attribute '_render_traceback_'
  315.  
  316. During handling of the above exception, another exception occurred:
  317.  
  318. Traceback (most recent call last):
  319. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 3249, in run_ast_nodes
  320. if (await self.run_code(code, result, async_=asy)):
  321. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
  322. self.showtraceback(running_compiled_code=True)
  323. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 2043, in showtraceback
  324. value, tb, tb_offset=tb_offset)
  325. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 1385, in structured_traceback
  326. self, etype, value, tb, tb_offset, number_of_lines_of_context)
  327. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 1288, in structured_traceback
  328. self, etype, value, tb, tb_offset, number_of_lines_of_context
  329. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 1150, in structured_traceback
  330. formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
  331. TypeError: must be str, not list
  332.  
  333. During handling of the above exception, another exception occurred:
  334.  
  335. Traceback (most recent call last):
  336. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
  337. stb = value._render_traceback_()
  338. AttributeError: 'TypeError' object has no attribute '_render_traceback_'
  339.  
  340. During handling of the above exception, another exception occurred:
  341.  
  342. Traceback (most recent call last):
  343. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  344. from tensorflow.python.pywrap_tensorflow_internal import *
  345. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  346. _pywrap_tensorflow_internal = swig_import_helper()
  347. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  348. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  349. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  350. return load_dynamic(name, filename, file)
  351. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  352. return _load(spec)
  353. ImportError: DLL load failed with error code -1073741795
  354.  
  355. During handling of the above exception, another exception occurred:
  356.  
  357. Traceback (most recent call last):
  358. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 1101, in get_records
  359. return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
  360. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 319, in wrapped
  361. return f(*args, **kwargs)
  362. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 353, in _fixed_getinnerframes
  363. records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
  364. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\inspect.py", line 1490, in getinnerframes
  365. frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
  366. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\inspect.py", line 1448, in getframeinfo
  367. filename = getsourcefile(frame) or getfile(frame)
  368. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\inspect.py", line 696, in getsourcefile
  369. if getattr(getmodule(object, filename), '__loader__', None) is not None:
  370. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\inspect.py", line 733, in getmodule
  371. if ismodule(module) and hasattr(module, '__file__'):
  372. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
  373. module = self._load()
  374. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 44, in _load
  375. module = _importlib.import_module(self.__name__)
  376. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
  377. return _bootstrap._gcd_import(name[level:], package, level)
  378. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  379. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  380. File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  381. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  382. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  383. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  384. File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  385. File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  386. File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  387. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  388. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\__init__.py", line 42, in <module>
  389. from . _api.v2 import audio
  390. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\_api\v2\audio\__init__.py", line 10, in <module>
  391. from tensorflow.python.ops.gen_audio_ops import decode_wav
  392. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in <module>
  393. from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
  394. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
  395. module = self._load()
  396. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 44, in _load
  397. module = _importlib.import_module(self.__name__)
  398. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
  399. return _bootstrap._gcd_import(name[level:], package, level)
  400. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
  401. from tensorflow.python import pywrap_tensorflow
  402. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
  403. raise ImportError(msg)
  404. ImportError: Traceback (most recent call last):
  405. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  406. from tensorflow.python.pywrap_tensorflow_internal import *
  407. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  408. _pywrap_tensorflow_internal = swig_import_helper()
  409. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  410. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  411. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  412. return load_dynamic(name, filename, file)
  413. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  414. return _load(spec)
  415. ImportError: DLL load failed with error code -1073741795
  416.  
  417. During handling of the above exception, another exception occurred:
  418.  
  419. Traceback (most recent call last):
  420. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
  421. exec(code_obj, self.user_global_ns, self.user_ns)
  422. File "<ipython-input-1-b9ad18f5ccdb>", line 27, in <module>
  423. import keras
  424. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\__init__.py", line 3, in <module>
  425. from . import utils
  426. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\utils\__init__.py", line 6, in <module>
  427. from . import conv_utils
  428. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\utils\conv_utils.py", line 9, in <module>
  429. from .. import backend as K
  430. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\__init__.py", line 1, in <module>
  431. from .load_backend import epsilon
  432. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\load_backend.py", line 90, in <module>
  433. from .tensorflow_backend import *
  434. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in <module>
  435. import tensorflow as tf
  436. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 98, in <module>
  437. from tensorflow_core import *
  438. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\__init__.py", line 40, in <module>
  439. from tensorflow.python.tools import module_util as _module_util
  440. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
  441. module = self._load()
  442. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow\__init__.py", line 44, in _load
  443. module = _importlib.import_module(self.__name__)
  444. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\importlib\__init__.py", line 126, in import_module
  445. return _bootstrap._gcd_import(name[level:], package, level)
  446. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
  447. from tensorflow.python import pywrap_tensorflow
  448. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
  449. raise ImportError(msg)
  450. ImportError: Traceback (most recent call last):
  451. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  452. from tensorflow.python.pywrap_tensorflow_internal import *
  453. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  454. _pywrap_tensorflow_internal = swig_import_helper()
  455. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  456. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  457. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  458. return load_dynamic(name, filename, file)
  459. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  460. return _load(spec)
  461. ImportError: DLL load failed with error code -1073741795
  462.  
  463.  
  464. Failed to load the native TensorFlow runtime.
  465.  
  466. See https://www.tensorflow.org/install/errors
  467.  
  468. for some common reasons and solutions. Include the entire stack trace
  469. above this error message when asking for help.
  470.  
  471. During handling of the above exception, another exception occurred:
  472.  
  473. Traceback (most recent call last):
  474. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
  475. stb = value._render_traceback_()
  476. AttributeError: 'ImportError' object has no attribute '_render_traceback_'
  477.  
  478. During handling of the above exception, another exception occurred:
  479.  
  480. Traceback (most recent call last):
  481. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 3249, in run_ast_nodes
  482. if (await self.run_code(code, result, async_=asy)):
  483. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
  484. self.showtraceback(running_compiled_code=True)
  485. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 2043, in showtraceback
  486. value, tb, tb_offset=tb_offset)
  487. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 1385, in structured_traceback
  488. self, etype, value, tb, tb_offset, number_of_lines_of_context)
  489. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 1288, in structured_traceback
  490. self, etype, value, tb, tb_offset, number_of_lines_of_context
  491. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py", line 1150, in structured_traceback
  492. formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
  493. TypeError: must be str, not list
  494.  
  495. During handling of the above exception, another exception occurred:
  496.  
  497. Traceback (most recent call last):
  498. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
  499. stb = value._render_traceback_()
  500. AttributeError: 'TypeError' object has no attribute '_render_traceback_'
  501.  
  502. During handling of the above exception, another exception occurred:
  503.  
  504. Traceback (most recent call last):
  505. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
  506. from tensorflow.python.pywrap_tensorflow_internal import *
  507. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
  508. _pywrap_tensorflow_internal = swig_import_helper()
  509. File "c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
  510. _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  511. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 243, in load_module
  512. return load_dynamic(name, filename, file)
  513. File "C:\Users\IgG\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
  514. return _load(spec)
  515. ImportError: DLL load failed with error code -1073741795
  516.  
  517.  
  518. Failed to load the native TensorFlow runtime.
  519.  
  520. See https://www.tensorflow.org/install/errors
  521.  
  522. for some common reasons and solutions. Include the entire stack trace
  523. above this error message when asking for help.
  524. ---------------------------------------------------------------------------
  525. ImportError Traceback (most recent call last)
  526. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py in <module>
  527. 57
  528. ---> 58 from tensorflow.python.pywrap_tensorflow_internal import *
  529. 59 from tensorflow.python.pywrap_tensorflow_internal import __version__
  530.  
  531. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in <module>
  532. 27 return _mod
  533. ---> 28 _pywrap_tensorflow_internal = swig_import_helper()
  534. 29 del swig_import_helper
  535.  
  536. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in swig_import_helper()
  537. 23 try:
  538. ---> 24 _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  539. 25 finally:
  540.  
  541. ~\AppData\Local\Programs\Python\Python36\lib\imp.py in load_module(name, file, filename, details)
  542. 242 else:
  543. --> 243 return load_dynamic(name, filename, file)
  544. 244 elif type_ == PKG_DIRECTORY:
  545.  
  546. ~\AppData\Local\Programs\Python\Python36\lib\imp.py in load_dynamic(name, path, file)
  547. 342 name=name, loader=loader, origin=path)
  548. --> 343 return _load(spec)
  549. 344
  550.  
  551. ImportError: DLL load failed with error code -1073741795
  552.  
  553. During handling of the above exception, another exception occurred:
  554.  
  555.  
  556. During handling of the above exception, another exception occurred:
  557.  
  558. AttributeError Traceback (most recent call last)
  559. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code)
  560. 2039 # in the engines. This should return a list of strings.
  561. -> 2040 stb = value._render_traceback_()
  562. 2041 except Exception:
  563.  
  564. AttributeError: 'ImportError' object has no attribute '_render_traceback_'
  565.  
  566. During handling of the above exception, another exception occurred:
  567.  
  568. TypeError Traceback (most recent call last)
  569. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py in run_code(self, code_obj, result, async_)
  570. 3341 if result is not None:
  571. 3342 result.error_in_exec = sys.exc_info()[1]
  572. -> 3343 self.showtraceback(running_compiled_code=True)
  573. 3344 else:
  574. 3345 outflag = False
  575.  
  576. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code)
  577. 2041 except Exception:
  578. 2042 stb = self.InteractiveTB.structured_traceback(etype,
  579. -> 2043 value, tb, tb_offset=tb_offset)
  580. 2044
  581. 2045 self._showtraceback(etype, value, stb)
  582.  
  583. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
  584. 1383 self.tb = tb
  585. 1384 return FormattedTB.structured_traceback(
  586. -> 1385 self, etype, value, tb, tb_offset, number_of_lines_of_context)
  587. 1386
  588. 1387
  589.  
  590. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
  591. 1286 # Verbose modes need a full traceback
  592. 1287 return VerboseTB.structured_traceback(
  593. -> 1288 self, etype, value, tb, tb_offset, number_of_lines_of_context
  594. 1289 )
  595. 1290 elif mode == 'Minimal':
  596.  
  597. c:\users\igg\golem-bootcamp2019\proj\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, evalue, etb, tb_offset, number_of_lines_of_context)
  598. 1148 exception = self.get_parts_of_chained_exception(evalue)
  599. 1149 if exception:
  600. -> 1150 formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
  601. 1151 etype, evalue, etb = exception
  602. 1152 else:
  603.  
  604. TypeError: must be str, not list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement