Models: Using TensorFlow backend. ERROR:root:Internal Python error in the inspect module. Below is the traceback from this internal error. ERROR:root:Internal Python error in the inspect module. Below is the traceback from this internal error.

Created on 15 Jan 2020  Â·  42Comments  Â·  Source: tensorflow/models

Using TensorFlow backend.
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 2, in
from keras.models import Sequeantial
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras__init__.py", line 3, in
from . import utils
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils__init__.py", line 6, in
from . import conv_utils
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend__init__.py", line 1, in
from .load_backend import epsilon
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 90, in
from .tensorflow_backend import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in
import tensorflow as tf
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 101, in
from tensorflow_core import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 40, in
from tensorflow.python.tools import module_util as _module_util
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\DESMOND\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 319, in wrapped
return f(args, *kwargs)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 353, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "C:\Users\DESMOND\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "C:\Users\DESMOND\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "C:\Users\DESMOND\Anaconda3\lib\inspect.py", line 696, in getsourcefile
if getattr(getmodule(object, filename), '__loader__', None) is not None:
File "C:\Users\DESMOND\Anaconda3\lib\inspect.py", line 733, in getmodule
if ismodule(module) and hasattr(module, '__file__'):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\DESMOND\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\DESMOND\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 2, in
from keras.models import Sequeantial
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras__init__.py", line 3, in
from . import utils
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils__init__.py", line 6, in
from . import conv_utils
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend__init__.py", line 1, in
from .load_backend import epsilon
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 90, in
from .tensorflow_backend import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in
import tensorflow as tf
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 101, in
from tensorflow_core import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 40, in
from tensorflow.python.tools import module_util as _module_util
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\DESMOND\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 2, in
from keras.models import Sequeantial
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras__init__.py", line 3, in
from . import utils
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils__init__.py", line 6, in
from . import conv_utils
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend__init__.py", line 1, in
from .load_backend import epsilon
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 90, in
from .tensorflow_backend import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in
import tensorflow as tf
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 101, in
from tensorflow_core import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 40, in
from tensorflow.python.tools import module_util as _module_util
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\DESMOND\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3249, in run_ast_nodes
if (await self.run_code(code, result, async_=asy)):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
self.showtraceback(running_compiled_code=True)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2043, in showtraceback
value, tb, tb_offset=tb_offset)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1385, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1288, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1150, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'TypeError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 319, in wrapped
return f(args, *kwargs)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 353, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "C:\Users\DESMOND\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "C:\Users\DESMOND\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "C:\Users\DESMOND\Anaconda3\lib\inspect.py", line 696, in getsourcefile
if getattr(getmodule(object, filename), '__loader__', None) is not None:
File "C:\Users\DESMOND\Anaconda3\lib\inspect.py", line 733, in getmodule
if ismodule(module) and hasattr(module, '__file__'):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\DESMOND\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\DESMOND\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 2, in
from keras.models import Sequeantial
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras__init__.py", line 3, in
from . import utils
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils__init__.py", line 6, in
from . import conv_utils
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend__init__.py", line 1, in
from .load_backend import epsilon
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 90, in
from .tensorflow_backend import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in
import tensorflow as tf
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 101, in
from tensorflow_core import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 40, in
from tensorflow.python.tools import module_util as _module_util
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\DESMOND\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3249, in run_ast_nodes
if (await self.run_code(code, result, async_=asy)):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
self.showtraceback(running_compiled_code=True)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2043, in showtraceback
value, tb, tb_offset=tb_offset)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1385, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1288, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1150, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'TypeError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\DESMOND\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace

above this error message when asking for help.

ImportError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py in
57
---> 58 from tensorflow.python.pywrap_tensorflow_internal import *
59 from tensorflow.python.pywrap_tensorflow_internal import __version__

~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in
27 return _mod
---> 28 _pywrap_tensorflow_internal = swig_import_helper()
29 del swig_import_helper

~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in swig_import_helper()
23 try:
---> 24 _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
25 finally:

~\Anaconda3\lib\imp.py in load_module(name, file, filename, details)
241 else:
--> 242 return load_dynamic(name, filename, file)
243 elif type_ == PKG_DIRECTORY:

~\Anaconda3\lib\imp.py in load_dynamic(name, path, file)
341 name=name, loader=loader, origin=path)
--> 342 return _load(spec)
343

ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code)
2039 # in the engines. This should return a list of strings.
-> 2040 stb = value._render_traceback_()
2041 except Exception:

AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

TypeError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in run_code(self, code_obj, result, async_)
3341 if result is not None:
3342 result.error_in_exec = sys.exc_info()[1]
-> 3343 self.showtraceback(running_compiled_code=True)
3344 else:
3345 outflag = False

~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code)
2041 except Exception:
2042 stb = self.InteractiveTB.structured_traceback(etype,
-> 2043 value, tb, tb_offset=tb_offset)
2044
2045 self._showtraceback(etype, value, stb)

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
1383 self.tb = tb
1384 return FormattedTB.structured_traceback(
-> 1385 self, etype, value, tb, tb_offset, number_of_lines_of_context)
1386
1387

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
1286 # Verbose modes need a full traceback
1287 return VerboseTB.structured_traceback(
-> 1288 self, etype, value, tb, tb_offset, number_of_lines_of_context
1289 )
1290 elif mode == 'Minimal':

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, evalue, etb, tb_offset, number_of_lines_of_context)
1148 exception = self.get_parts_of_chained_exception(evalue)
1149 if exception:
-> 1150 formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
1151 etype, evalue, etb = exception
1152 else:

TypeError: can only concatenate str (not "list") to str

awaiting response

Most helpful comment

Hi Dear!!
I have the same error as yours and i am using latest tensorflow, keras and anaconda.
I would appreciate if anyone will help

Error

Using TensorFlow backend.
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

All 42 comments

Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks.
What is the top-level directory of the model you are using
Have I written custom code
OS Platform and Distribution
TensorFlow installed from
TensorFlow version
Bazel version
CUDA/cuDNN version
GPU model and memory
Exact command to reproduce

Hi Dear!!
I have the same error as yours and i am using latest tensorflow, keras and anaconda.
I would appreciate if anyone will help

Error

Using TensorFlow backend.
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

Hello! I have the same problem. I am using tensorflow 2.1.0, keras 3.3.1 and anaconda. SO windows.
Could you solve it?

ERROR

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

Sorry, could you create an issue in Tensorflow/Tensorflow repository?

There are experts actively looking into this. Thanks

On Thu, Jan 30, 2020, 2:03 PM UDSC notifications@github.com wrote:

Hello! I have the same problem. I am using tensorflow 2.1.0, keras 3.3.1
and anaconda. SO windows.
Could you solve it?

ERROR

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/models/issues/8047?email_source=notifications&email_token=ABFFXZO6Z2YNESBOCECGKIDRANFEJA5CNFSM4KHEGM52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKMXKSA#issuecomment-580482376,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABFFXZOANLB5RKTFRVVE7P3RANFEJANCNFSM4KHEGM5Q
.

I am facing the same errors. Any leads on this would be much appreciated! :)

I have the same error (ending in TypeError: can only concatenate str (not "list") to str) after upgrading from 2.0.0 to 2.1.0. I upgraded CUDA Toolkit as well to recommended 10.1 but same error after reboot. I can go back to version 2.0.0 but some new Graph Neural Net apps only work with tf 2.1.0
Thanks

I have the same error. I just installed python 3 and tensorflow on my Windows machine 2 minutes ago!

I have the same error. Action that trigger this is upgrade of Tensorflow from 1.7 to 2.1. Used PIP to upgrade Tensorflow.
But my tensorflow code stopped working with below error stack:
Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 4, in
from tensorflow.keras.models import Sequential
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 1863, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 1095, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 311, in wrapped
return f(args, *kwargs)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 345, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\inspect.py", line 1483, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\inspect.py", line 1441, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\inspect.py", line 696, in getsourcefile
if getattr(getmodule(object, filename), '__loader__', None) is not None:
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\inspect.py", line 733, in getmodule
if ismodule(module) and hasattr(module, '__file__'):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 941, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 4, in
from tensorflow.keras.models import Sequential
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 1863, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 4, in
from tensorflow.keras.models import Sequential
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 1863, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 2903, in run_ast_nodes
if self.run_code(code, result):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 2980, in run_code
self.showtraceback(running_compiled_code=True)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 1866, in showtraceback
value, tb, tb_offset=tb_offset)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 1373, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 1281, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 1144, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
TypeError: must be str, not list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 1863, in showtraceback
stb = value._render_traceback_()
AttributeError: 'TypeError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 1095, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 311, in wrapped
return f(args, *kwargs)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 345, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\inspect.py", line 1483, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\inspect.py", line 1441, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\inspect.py", line 696, in getsourcefile
if getattr(getmodule(object, filename), '__loader__', None) is not None:
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\inspect.py", line 733, in getmodule
if ismodule(module) and hasattr(module, '__file__'):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 941, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 4, in
from tensorflow.keras.models import Sequential
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 1863, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 2903, in run_ast_nodes
if self.run_code(code, result):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 2980, in run_code
self.showtraceback(running_compiled_code=True)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 1866, in showtraceback
value, tb, tb_offset=tb_offset)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 1373, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 1281, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py", line 1144, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
TypeError: must be str, not list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py", line 1863, in showtraceback
stb = value._render_traceback_()
AttributeError: 'TypeError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\VishnuVV\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace

above this error message when asking for help.

ImportError Traceback (most recent call last)
~\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow.py in ()
57
---> 58 from tensorflow.python.pywrap_tensorflow_internal import *
59 from tensorflow.python.pywrap_tensorflow_internal import __version__

~\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in ()
27 return _mod
---> 28 _pywrap_tensorflow_internal = swig_import_helper()
29 del swig_import_helper

~\AppData\Roaming\Python\Python36\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in swig_import_helper()
23 try:
---> 24 _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
25 finally:

C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py in load_module(name, file, filename, details)
242 else:
--> 243 return load_dynamic(name, filename, file)
244 elif type_ == PKG_DIRECTORY:

C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\imp.py in load_dynamic(name, path, file)
342 name=name, loader=loader, origin=path)
--> 343 return _load(spec)
344

ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last)
C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code)
1862 # in the engines. This should return a list of strings.
-> 1863 stb = value._render_traceback_()
1864 except Exception:

AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

TypeError Traceback (most recent call last)
C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py in run_code(self, code_obj, result)
2978 if result is not None:
2979 result.error_in_exec = sys.exc_info()[1]
-> 2980 self.showtraceback(running_compiled_code=True)
2981 else:
2982 outflag = False

C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code)
1864 except Exception:
1865 stb = self.InteractiveTB.structured_traceback(etype,
-> 1866 value, tb, tb_offset=tb_offset)
1867
1868 self._showtraceback(etype, value, stb)

C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
1371 self.tb = tb
1372 return FormattedTB.structured_traceback(
-> 1373 self, etype, value, tb, tb_offset, number_of_lines_of_context)
1374
1375

C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
1279 # Verbose modes need a full traceback
1280 return VerboseTB.structured_traceback(
-> 1281 self, etype, value, tb, tb_offset, number_of_lines_of_context
1282 )
1283 else:

C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, evalue, etb, tb_offset, number_of_lines_of_context)
1142 exception = self.get_parts_of_chained_exception(evalue)
1143 if exception:
-> 1144 formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
1145 etype, evalue, etb = exception
1146 else:

TypeError: must be str, not list

It seems the msvcp140_1.dll is missing. Try to download the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your platform. It should work out fine.

I have the same error as @VishnuPy after upgrading Tensorflow from 2.0.0 to 2.1.0 on Windows 10. msvcp140_1.dll is not missing and available in C:\Windows\System32

I have the same error as @VishnuPy after upgrading Tensorflow from 2.0.0 to 2.1.0 on Windows 10. msvcp140_1.dll is not missing and available in C:\Windows\System32

Did you try installing Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019?

Hello all,

I had the same issue and installed Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 and it worked! Note that this involves going into the Visual Studio Installer, selecting "Modify", then selecting "Desktop Development with C++".

I tried the Modify Microsoft Visual C++ 2015-2019 Redistributable for Visual Studio but it did not work after I reinstalled tensorflow 2.1.0.

I did get tensorflow 2.1.0 to work after upgrading to Microsoft Visual Studio 2019 and upgrading to Cuda 10.1, Make sure you upgrade to Cuda 10.1 since I got an error message and had to change Environmental variables to recognize Cuda 10.1 from prior Cuda 10.0 I used for tensorflow 2.0.0

I hope that helped. and thanks for the folks pointing me in the direction that the issue was with Microsoft Visual C++ or Visual Studio. I am not sure what exactly fixed the problem but tensorflow 2.1.0 is working now.

install tensorflow == 2.0.0 and uninstall previous version

**how to solve this error

i had smae error in jupter**
Using TensorFlow backend.
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras__init__.py", line 3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils__init__.py", line 6, in
from . import conv_utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend__init__.py", line 1, in
from .load_backend import epsilon
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 89, in
from .tensorflow_backend import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 6, in
from tensorflow.python.framework import ops as tf_ops
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py", line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 8, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 319, in wrapped
return f(args, *kwargs)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 353, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 696, in getsourcefile
if getattr(getmodule(object, filename), '__loader__', None) is not None:
File "C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 733, in getmodule
if ismodule(module) and hasattr(module, '__file__'):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 8, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras__init__.py", line 3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils__init__.py", line 6, in
from . import conv_utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend__init__.py", line 1, in
from .load_backend import epsilon
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 89, in
from .tensorflow_backend import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 6, in
from tensorflow.python.framework import ops as tf_ops
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py", line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 8, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras__init__.py", line 3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils__init__.py", line 6, in
from . import conv_utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend__init__.py", line 1, in
from .load_backend import epsilon
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 89, in
from .tensorflow_backend import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 6, in
from tensorflow.python.framework import ops as tf_ops
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py", line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 8, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3249, in run_ast_nodes
if (await self.run_code(code, result, async_=asy)):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
self.showtraceback(running_compiled_code=True)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2043, in showtraceback
value, tb, tb_offset=tb_offset)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1385, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1288, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1150, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'TypeError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 319, in wrapped
return f(args, *kwargs)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 353, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 696, in getsourcefile
if getattr(getmodule(object, filename), '__loader__', None) is not None:
File "C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 733, in getmodule
if ismodule(module) and hasattr(module, '__file__'):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 8, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras__init__.py", line 3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils__init__.py", line 6, in
from . import conv_utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend__init__.py", line 1, in
from .load_backend import epsilon
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 89, in
from .tensorflow_backend import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 6, in
from tensorflow.python.framework import ops as tf_ops
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py", line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 42, in
from . _api.v2 import audio
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 8, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\Users\HEMANT\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3249, in run_ast_nodes
if (await self.run_code(code, result, async_=asy)):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
self.showtraceback(running_compiled_code=True)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2043, in showtraceback
value, tb, tb_offset=tb_offset)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1385, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1288, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1150, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2040, in showtraceback
stb = value._render_traceback_()
AttributeError: 'TypeError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.


ImportError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py in
57
---> 58 from tensorflow.python.pywrap_tensorflow_internal import *
59 from tensorflow.python.pywrap_tensorflow_internal import __version__

~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in
27 return _mod
---> 28 _pywrap_tensorflow_internal = swig_import_helper()
29 del swig_import_helper

~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in swig_import_helper()
23 try:
---> 24 _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
25 finally:

~\Anaconda3\lib\imp.py in load_module(name, file, filename, details)
241 else:
--> 242 return load_dynamic(name, filename, file)
243 elif type_ == PKG_DIRECTORY:

~\Anaconda3\lib\imp.py in load_dynamic(name, path, file)
341 name=name, loader=loader, origin=path)
--> 342 return _load(spec)
343

ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code)
2039 # in the engines. This should return a list of strings.
-> 2040 stb = value._render_traceback_()
2041 except Exception:

AttributeError: 'ImportError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

TypeError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in run_code(self, code_obj, result, async_)
3341 if result is not None:
3342 result.error_in_exec = sys.exc_info()[1]
-> 3343 self.showtraceback(running_compiled_code=True)
3344 else:
3345 outflag = False

~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code)
2041 except Exception:
2042 stb = self.InteractiveTB.structured_traceback(etype,
-> 2043 value, tb, tb_offset=tb_offset)
2044
2045 self._showtraceback(etype, value, stb)

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
1383 self.tb = tb
1384 return FormattedTB.structured_traceback(
-> 1385 self, etype, value, tb, tb_offset, number_of_lines_of_context)
1386
1387

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context)
1286 # Verbose modes need a full traceback
1287 return VerboseTB.structured_traceback(
-> 1288 self, etype, value, tb, tb_offset, number_of_lines_of_context
1289 )
1290 elif mode == 'Minimal':

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, evalue, etb, tb_offset, number_of_lines_of_context)
1148 exception = self.get_parts_of_chained_exception(evalue)
1149 if exception:
-> 1150 formatted_exceptions += self.prepare_chained_exception_message(evalue.__cause__)
1151 etype, evalue, etb = exception
1152 else:

TypeError: can only concatenate str (not "list") to str

pip install tensor flow==2.0.0, install this

On Thu, Feb 13, 2020, 1:06 PM Hemant Gulab Bawane notifications@github.com
wrote:

**how to solve this error

i had smae error in jupter**
Using TensorFlow backend.
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras_init_.py", line
3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils_init_.py",
line 6, in
from . import conv_utils
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py",
line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend_init_.py",
line 1, in
from .load_backend import epsilon
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py",
line 89, in
from .tensorflow_backend import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py",
line 6, in
from tensorflow.python.framework import ops as tf_ops
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py",
line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init_.py",
line 50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'ImportError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
319, in wrapped
return f(args, *kwargs)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
353, in

fixed_getinnerframes records =
fix_frame_records_filenames(inspect.getinnerframes(etb, context)) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 696, in getsourcefile if
getattr(getmodule(object, filename), 'loader', None) is not None: File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 733, in getmodule if
ismodule(module) and hasattr(module, 'file'): File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in
call_with_frames_removed File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras_init_.py", line
3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils_init_.py",
line 6, in
from . import conv_utils
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py",
line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend_init_.py",
line 1, in
from .load_backend import epsilon
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py",
line 89, in
from .tensorflow_backend import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py",
line 6, in
from tensorflow.python.framework import ops as tf_ops
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py",
line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init_.py",
line 50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'ImportError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras_init_.py", line
3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils_init_.py",
line 6, in
from . import conv_utils
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py",
line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend_init_.py",
line 1, in
from .load_backend import epsilon
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py",
line 89, in
from .tensorflow_backend import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py",
line 6, in
from tensorflow.python.framework import ops as tf_ops
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py",
line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init_.py",
line 50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'ImportError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3249, in run_ast_nodes
if (await self.run_code(code, result, async_=asy)):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3343, in run_code
self.showtraceback(running_compiled_code=True)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2043, in showtraceback
value, tb, tb_offset=tb_offset)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1385, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1288, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1150, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.
cause)
TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'TypeError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
319, in wrapped
return f(args, *kwargs)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
353, in

fixed_getinnerframes records =
fix_frame_records_filenames(inspect.getinnerframes(etb, context)) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 696, in getsourcefile if
getattr(getmodule(object, filename), 'loader', None) is not None: File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 733, in getmodule if
ismodule(module) and hasattr(module, 'file'): File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in
call_with_frames_removed File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras_init_.py", line
3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils_init_.py",
line 6, in
from . import conv_utils
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py",
line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend_init_.py",
line 1, in
from .load_backend import epsilon
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py",
line 89, in
from .tensorflow_backend import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py",
line 6, in
from tensorflow.python.framework import ops as tf_ops
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py",
line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init_.py",
line 50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'ImportError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3249, in run_ast_nodes
if (await self.run_code(code, result, async_=asy)):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3343, in run_code
self.showtraceback(running_compiled_code=True)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2043, in showtraceback
value, tb, tb_offset=tb_offset)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1385, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1288, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1150, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.
cause)
TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'TypeError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace

above this error message when asking for help.

ImportError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py
in
57
---> 58 from tensorflow.python.pywrap_tensorflow_internal import *
59 from tensorflow.python.pywrap_tensorflow_internal import version

~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py
in
27 return _mod
---> 28 _pywrap_tensorflow_internal = swig_import_helper()
29 del swig_import_helper

~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py
in swig_import_helper()
23 try:
---> 24 _mod = imp.load_module('_pywrap_tensorflow_internal', fp,
pathname, description)
25 finally:

~\Anaconda3\lib\imp.py in load_module(name, file, filename, details)
241 else:
--> 242 return load_dynamic(name, filename, file)
243 elif type_ == PKG_DIRECTORY:

~\Anaconda3\lib\imp.py in load_dynamic(name, path, file)
341 name=name, loader=loader, origin=path)
--> 342 return _load(spec)
343

ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in
showtraceback(self, exc_tuple, filename, tb_offset, exception_only,
running_compiled_code)
2039 # in the engines. This should return a list of strings.
-> 2040 stb = value.render_traceback()
2041 except Exception:

AttributeError: 'ImportError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

TypeError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in
run_code(self, code_obj, result, async_)
3341 if result is not None:
3342 result.error_in_exec = sys.exc_info()[1]
-> 3343 self.showtraceback(running_compiled_code=True)
3344 else:
3345 outflag = False

~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in
showtraceback(self, exc_tuple, filename, tb_offset, exception_only,
running_compiled_code)
2041 except Exception:
2042 stb = self.InteractiveTB.structured_traceback(etype,
-> 2043 value, tb, tb_offset=tb_offset)
2044
2045 self._showtraceback(etype, value, stb)

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in
structured_traceback(self, etype, value, tb, tb_offset,
number_of_lines_of_context)
1383 self.tb = tb
1384 return FormattedTB.structured_traceback(
-> 1385 self, etype, value, tb, tb_offset, number_of_lines_of_context)
1386
1387

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in
structured_traceback(self, etype, value, tb, tb_offset,
number_of_lines_of_context)
1286 # Verbose modes need a full traceback
1287 return VerboseTB.structured_traceback(
-> 1288 self, etype, value, tb, tb_offset, number_of_lines_of_context
1289 )
1290 elif mode == 'Minimal':

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in
structured_traceback(self, etype, evalue, etb, tb_offset,
number_of_lines_of_context)
1148 exception = self.get_parts_of_chained_exception(evalue)
1149 if exception:
-> 1150 formatted_exceptions +=
self.prepare_chained_exception_message(evalue.cause)
1151 etype, evalue, etb = exception
1152 else:

TypeError: can only concatenate str (not "list") to str

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/models/issues/8047?email_source=notifications&email_token=AJ6YEHIZKIWPAWOSNHA645TRCTZ7DA5CNFSM4KHEGM52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELTWZOY#issuecomment-585591995,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJ6YEHIRJPJYDVJK6LETPGLRCTZ7DANCNFSM4KHEGM5Q
.

But first unistall previous version of tensorflow and then try to install
as I said earlier version in command prompt

On Thu, Feb 13, 2020, 1:32 PM Gaurao Mate gauravmate14@gmail.com wrote:

pip install tensor flow==2.0.0, install this

On Thu, Feb 13, 2020, 1:06 PM Hemant Gulab Bawane <
[email protected]> wrote:

**how to solve this error

i had smae error in jupter**
Using TensorFlow backend.
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras_init_.py",
line 3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils_init_.py",
line 6, in
from . import conv_utils
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py",
line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend_init_.py",
line 1, in
from .load_backend import epsilon
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py",
line 89, in
from .tensorflow_backend import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py",
line 6, in
from tensorflow.python.framework import ops as tf_ops
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py",
line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init_.py",
line 50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'ImportError' object has no attribute 'render_traceback
'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
319, in wrapped
return f(args, *kwargs)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
353, in

fixed_getinnerframes records =
fix_frame_records_filenames(inspect.getinnerframes(etb, context)) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 696, in getsourcefile if
getattr(getmodule(object, filename), 'loader', None) is not None: File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 733, in getmodule if
ismodule(module) and hasattr(module, 'file'): File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in
call_with_frames_removed File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras_init_.py",
line 3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils_init_.py",
line 6, in
from . import conv_utils
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py",
line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend_init_.py",
line 1, in
from .load_backend import epsilon
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py",
line 89, in
from .tensorflow_backend import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py",
line 6, in
from tensorflow.python.framework import ops as tf_ops
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py",
line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init_.py",
line 50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'ImportError' object has no attribute 'render_traceback
'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras_init_.py",
line 3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils_init_.py",
line 6, in
from . import conv_utils
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py",
line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend_init_.py",
line 1, in
from .load_backend import epsilon
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py",
line 89, in
from .tensorflow_backend import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py",
line 6, in
from tensorflow.python.framework import ops as tf_ops
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py",
line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init_.py",
line 50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'ImportError' object has no attribute 'render_traceback
'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3249, in run_ast_nodes
if (await self.run_code(code, result, async_=asy)):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3343, in run_code
self.showtraceback(running_compiled_code=True)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2043, in showtraceback
value, tb, tb_offset=tb_offset)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1385, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1288, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1150, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.
cause)
TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'TypeError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
319, in wrapped
return f(args, *kwargs)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
353, in

fixed_getinnerframes records =
fix_frame_records_filenames(inspect.getinnerframes(etb, context)) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame) File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 696, in getsourcefile if
getattr(getmodule(object, filename), 'loader', None) is not None: File
"C:\Users\HEMANT\Anaconda3\lib\inspect.py", line 733, in getmodule if
ismodule(module) and hasattr(module, 'file'): File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in
call_with_frames_removed File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from keras import regularizers
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras_init_.py",
line 3, in
from . import utils
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils_init_.py",
line 6, in
from . import conv_utils
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\utils\conv_utils.py",
line 9, in
from .. import backend as K
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend_init_.py",
line 1, in
from .load_backend import epsilon
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\load_backend.py",
line 89, in
from .tensorflow_backend import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py",
line 6, in
from tensorflow.python.framework import ops as tf_ops
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py",
line 32, in
from tensorflow.core.framework import attr_value_pb2
File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init_.py",
line 50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_init
.py",
line 42, in
from .
api.v2 import audio File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core_api\v2\audio_init
.py",
line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py",
line 8, in
from tensorflow.python import pywrap_tensorflow as
pywrap_tensorflow File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init
.py", line
50, in getattr
module = self.
load() File "C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_init.py",
line 44, in _load
module =
importlib.import_module(self.name) File
"C:\Users\HEMANT\Anaconda3\lib\importlib_init
.py", line 127, in
import_module
return _bootstrap.
gcd_import(name[level:], package, level) File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python_init
.py",
line 49, in
from tensorflow.python import pywrap_tensorflow
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'ImportError' object has no attribute 'render_traceback
'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3249, in run_ast_nodes
if (await self.run_code(code, result, async_=asy)):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 3343, in run_code
self.showtraceback(running_compiled_code=True)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2043, in showtraceback
value, tb, tb_offset=tb_offset)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1385, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1288, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line
1150, in structured_traceback
formatted_exceptions += self.prepare_chained_exception_message(evalue.
cause)
TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py",
line 2040, in showtraceback
stb = value.render_traceback()
AttributeError: 'TypeError' object has no attribute 'render_traceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py",
line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File
"C:\Users\HEMANT\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py",
line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname,
description)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "C:\Users\HEMANT\Anaconda3\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace

above this error message when asking for help.

ImportError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py
in
57
---> 58 from tensorflow.python.pywrap_tensorflow_internal import *
59 from tensorflow.python.pywrap_tensorflow_internal import version

~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py
in
27 return _mod
---> 28 _pywrap_tensorflow_internal = swig_import_helper()
29 del swig_import_helper

~\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py
in swig_import_helper()
23 try:
---> 24 _mod = imp.load_module('_pywrap_tensorflow_internal', fp,
pathname, description)
25 finally:

~\Anaconda3\lib\imp.py in load_module(name, file, filename, details)
241 else:
--> 242 return load_dynamic(name, filename, file)
243 elif type_ == PKG_DIRECTORY:

~\Anaconda3\lib\imp.py in load_dynamic(name, path, file)
341 name=name, loader=loader, origin=path)
--> 342 return _load(spec)
343

ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in
showtraceback(self, exc_tuple, filename, tb_offset, exception_only,
running_compiled_code)
2039 # in the engines. This should return a list of strings.
-> 2040 stb = value.render_traceback()
2041 except Exception:

AttributeError: 'ImportError' object has no attribute 'render_traceback
'

During handling of the above exception, another exception occurred:

TypeError Traceback (most recent call last)
~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in
run_code(self, code_obj, result, async_)
3341 if result is not None:
3342 result.error_in_exec = sys.exc_info()[1]
-> 3343 self.showtraceback(running_compiled_code=True)
3344 else:
3345 outflag = False

~\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py in
showtraceback(self, exc_tuple, filename, tb_offset, exception_only,
running_compiled_code)
2041 except Exception:
2042 stb = self.InteractiveTB.structured_traceback(etype,
-> 2043 value, tb, tb_offset=tb_offset)
2044
2045 self._showtraceback(etype, value, stb)

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in
structured_traceback(self, etype, value, tb, tb_offset,
number_of_lines_of_context)
1383 self.tb = tb
1384 return FormattedTB.structured_traceback(
-> 1385 self, etype, value, tb, tb_offset, number_of_lines_of_context)
1386
1387

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in
structured_traceback(self, etype, value, tb, tb_offset,
number_of_lines_of_context)
1286 # Verbose modes need a full traceback
1287 return VerboseTB.structured_traceback(
-> 1288 self, etype, value, tb, tb_offset, number_of_lines_of_context
1289 )
1290 elif mode == 'Minimal':

~\Anaconda3\lib\site-packages\IPython\core\ultratb.py in
structured_traceback(self, etype, evalue, etb, tb_offset,
number_of_lines_of_context)
1148 exception = self.get_parts_of_chained_exception(evalue)
1149 if exception:
-> 1150 formatted_exceptions +=
self.prepare_chained_exception_message(evalue.cause)
1151 etype, evalue, etb = exception
1152 else:

TypeError: can only concatenate str (not "list") to str

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/models/issues/8047?email_source=notifications&email_token=AJ6YEHIZKIWPAWOSNHA645TRCTZ7DA5CNFSM4KHEGM52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELTWZOY#issuecomment-585591995,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJ6YEHIRJPJYDVJK6LETPGLRCTZ7DANCNFSM4KHEGM5Q
.

Yes, reverting back to the old version helps

I tried tensorflow ==2.0.0 version but still showing same issue

Have u unistall previous version

On Mon, Feb 17, 2020, 12:08 PM Ritikjainkkar notifications@github.com
wrote:

I tried tensorflow ==2.0.0 version but still showing same issue

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/models/issues/8047?email_source=notifications&email_token=AJ6YEHOFKVKTQKWB5AA4OODRDIWH7A5CNFSM4KHEGM52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL5HNOY#issuecomment-586839739,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJ6YEHO4U3HMQKEOQKVF4BLRDIWH7ANCNFSM4KHEGM5Q
.

I had the same problem and it worked just installing a previous version of tensorflow. It is not necessary to uninstall the version 2.1, when you install the version 2.0 the other will erase anyways. https://pypi.org/project/tensorflow/2.0.0/

It seems the msvcp140_1.dll is missing. Try to download the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your platform. It should work out fine.

This worked for me, thank you so much!

It seems the msvcp140_1.dll is missing. Try to download the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your platform. It should work out fine.

This worked for me, thank you so much!

Glad I helped!

It seems the msvcp140_1.dll is missing. Try to download the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your platform. It should work out fine.

This worked perfect! Thank you for your help. :)

Install tensorflow==2.0.0.Installing previous version might help you

On Mon, Mar 16, 2020, 8:01 PM karri surya teja notifications@github.com
wrote:

i got the same issue.

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/models/issues/8047#issuecomment-599568930,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJ6YEHJXLPCMLIFZN2TSTTLRHYZ45ANCNFSM4KHEGM5Q
.

This is not an option TF <2 and TF = 2 are not the same

pip install tensorflow==2 worked for me

It seems the msvcp140_1.dll is missing. Try to download the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your platform. It should work out fine.

Thank you so much

For me conda update --all resolved

It seems the msvcp140_1.dll is missing. Try to download the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your platform. It should work out fine.

This worked for me, thank you so much!

I was also having similar issue. This worked for me too.

You can download also download anaconda and from there you just need
install visual c++ and then go on.It will solve the problem.

On Mon, Mar 23, 2020, 9:54 PM Hemantha Kumar Reddy A <
[email protected]> wrote:

It seems the msvcp140_1.dll is missing. Try to download the Microsoft
Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 for your
platform. It should work out fine.

This worked for me, thank you so much!

I was also having similar issue. This worked for me too.

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/models/issues/8047#issuecomment-602707983,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJ6YEHJKYJKG3TE565LFVRDRI6ENDANCNFSM4KHEGM5Q
.

Thank you for your response this worked for me.
install tensorflow == 2.0.0 and uninstall previous version

Thanks , it's worked for me too..

I solved this issue by downloading and installing
"Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019". It worked for me.

Pre-requisite: Python + Jupyter notebook + tensorflow installation already done

You get this error when you "import tensorflow"

Follow the below steps:

Step 1: Download "Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 - community edition"

Step 2: Select "Python Workload" while installing Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019

Step 3: Restart your computer once

Step 4: That's it now open Jupyter notebook and "import tensorflow" and the error will not occur

I had the same problem and it worked just installing a previous version of tensorflow. It is not necessary to uninstall the version 2.1, when you install the version 2.0 the other will erase anyways. https://pypi.org/project/tensorflow/2.0.0/

yeahh this work for me

I solved this issue by downloading and installing
"Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019". It worked for me.

Pre-requisite: Python + Jupyter notebook + tensorflow installation already done

You get this error when you "import tensorflow"

Follow the below steps:

Step 1: Download "Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 - community edition"

Step 2: Select "Python Workload" while installing Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019

Step 3: Restart your computer once

Step 4: That's it now open Jupyter notebook and "import tensorflow" and the error will not occur

I did the above steps and restart the jupyter kernel

Step 1: Create a new conda environment where we will install our modules to built our models
Step 2: Open Anaconda Prompt (Run as Administrator)
conda create --name deeplearning
Step 3: Activate the conda environment that we just created use
activate deeplearning
Step 4: Install Keras
conda install -c anaconda keras
Step 5: Install Jupyter
conda install jupyter #very important if you work on Jupyter Notebook
Step 6: Update tensorflow
pip install --ignore-installed --upgrade tensorflow==2.0
Step 7: Install following
conda install spyder #very important if you work on spyder
conda install matplotlib
conda install pandas

Step 1: Create a new conda environment where we will install our modules to built our models
Step 2: Open Anaconda Prompt (Run as Administrator)
conda create --name deeplearning
Step 3: Activate the conda environment that we just created use
activate deeplearning
Step 4: Install Keras
conda install -c anaconda keras
Step 5: Install Jupyter
conda install jupyter #very important if you work on Jupyter Notebook
Step 6: Update tensorflow
pip install --ignore-installed --upgrade tensorflow==2.0
Step 7: Install following
conda install spyder #very important if you work on spyder
conda install matplotlib
conda install pandas

how to open this particular deep learning environment in jupyter notebook in chorme ??????????? please anyboady help me here............................

You can easily create the environment using anaconda navigator.
Then use jupyternotebook in anaconda prompt and execute the code

On Fri, Aug 14, 2020 at 4:31 PM naveensmart395 notifications@github.com
wrote:

Step 1: Create a new conda environment where we will install our modules
to built our models
Step 2: Open Anaconda Prompt (Run as Administrator)
conda create --name deeplearning
Step 3: Activate the conda environment that we just created use
activate deeplearning
Step 4: Install Keras
conda install -c anaconda keras
Step 5: Install Jupyter
conda install jupyter #very important if you work on Jupyter Notebook
Step 6: Update tensorflow
pip install --ignore-installed --upgrade tensorflow==2.0
Step 7: Install following
conda install spyder #very important if you work on spyder
conda install matplotlib
conda install pandas

how to open this particular deep learning environment in jupyter

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/models/issues/8047#issuecomment-673958410,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ALS7QX4OVV7TMNUZUPSRXWDSATY7BANCNFSM4KHEGM5Q
.

--

K.A.S.H. Kulathilake
Senior Lecturer in CS/IT
Department of Computing
Faculty of Applied Sciences
Rajarata University of Sri Lanka

install tensorflow == 2.0.0 and uninstall previous version

But i can't use keras with this version keras needs tensorflow 2.2 or above

create an environment using anaconda navigator. Then install keras version
u need. If you want to use GPU support, then install keras GPU version.

On Tue, Sep 8, 2020 at 3:14 AM Angshuman Bhattacharjee <
[email protected]> wrote:

install tensorflow == 2.0.0 and uninstall previous version

But i can't use keras with this version keras needs tensorflow 2.2 or above

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tensorflow/models/issues/8047#issuecomment-688480003,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ALS7QX45452636QFTEE5UKTSEUWIBANCNFSM4KHEGM5Q
.

--

K.A.S.H. Kulathilake
Senior Lecturer in CS/IT
Department of Computing
Faculty of Applied Sciences
Rajarata University of Sri Lanka

I am facing the following problem while importing the tensorflow

ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.

Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3325, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 2, in
tf.__version__
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\util\module_wrapper.py", line 193, in __getattr__
attr = getattr(self._tfmw_wrapped_module, name)
AttributeError: module 'tensorflow' has no attribute '__version__'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2039, in showtraceback
stb = value._render_traceback_()
AttributeError: 'AttributeError' object has no attribute '_render_traceback_'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 319, in wrapped
return f(args, kwargs)
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\ultratb.py", line 353, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "C:\ProgramData\Anaconda3\lib\inspect.py", line 1502, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "C:\ProgramData\Anaconda3\lib\inspect.py", line 1460, in getframeinfo
filename = getsourcefile(frame) or getfile(frame)
File "C:\ProgramData\Anaconda3\lib\inspect.py", line 696, in getsourcefile
if getattr(getmodule(object, filename), '__loader__', None) is not None:
File "C:\ProgramData\Anaconda3\lib\inspect.py", line 733, in getmodule
if ismodule(module) and hasattr(module, '__file__'):
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow__init__.py", line 50, in __getattr__
module = self._load()
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "C:\ProgramData\Anaconda3\lib\importlib__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core__init__.py", line 39, in
from tensorflow._api.v1 import audio
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core_api\v1\audio__init__.py", line 10, in
from tensorflow.python.ops.gen_audio_ops import decode_wav
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 10, in
from tensorflow.python.eager import context as _context
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\eagercontext.py", line 29, in
from tensorflow.core.protobuf import config_pb2
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\core\protobuf\config_pb2.py", line 16, in
from tensorflow.core.framework import cost_graph_pb2 as tensorflow_dot_core_dot_framework_dot_cost__graph__pb2
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\core\framework\cost_graph_pb2.py", line 16, in
from tensorflow.core.framework import tensor_shape_pb2 as tensorflow_dot_core_dot_framework_dot_tensor__shape__pb2
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\core\framework\tensor_shape_pb2.py", line 112, in
'__module__' : 'tensorflow.core.framework.tensor_shape_pb2'
*
TypeError: expected bytes, Descriptor found

Was this page helpful?
0 / 5 - 0 ratings