llSourcell / tensorflow_speech_recognition_demo

This is the code for 'How to Make a Simple Tensorflow Speech Recognizer' by @Sirajology on Youtube
383 stars 250 forks source link

Failed to load the native TensorFlow runtime. #23

Open sudamassp opened 6 years ago

sudamassp commented 6 years ago

Traceback (most recent call last): File "C:\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 41, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 35, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 30, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\python36\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\python36\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 "D:\speech\tacotron-master\synthesizer.py", line 3, in import tensorflow as tf File "C:\python36\lib\site-packages\tensorflow__init.py", line 24, in from tensorflow.python import * File "C:\python36\lib\site-packages\tensorflow\python\init__.py", line 51, in from tensorflow.python import pywrap_tensorflow File "C:\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 52, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 41, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 35, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 30, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\python36\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\python36\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/install_sources#common_installation_problems

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

Chancing0 commented 6 years ago

this project was wrong , you should give up it.