rasa init --no-prompt Traceback (most recent call last): File “c:\program files\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py”, line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File “c:\program files\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py”, line 28, in _pywrap_tensorflow_internal = swig_import_helper() File “c:\program files\python36\lib\site-packages\tensorflow\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\python36\lib\imp.py”, line 243, in load_module return load_dynamic(name, filename, file) File “c:\program files\python36\lib\imp.py”, line 343, in load_dynamic return _load(spec) ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File “C:\Program Files\Python36\Scripts\rasa-script.py”, line 11, in load_entry_point(‘rasa’, ‘console_scripts’, ‘rasa’)() File “d:\chatbot files\rasa-master\rasa-master\rasa_main_.py”, line 69, in main set_log_level(log_level) File “d:\chatbot files\rasa-master\rasa-master\rasa\utils\common.py”, line 68, in set_log_level update_tensorflow_log_level() File “d:\chatbot files\rasa-master\rasa-master\rasa\utils\common.py”, line 93, in update_tensorflow_log_level import tensorflow as tf File “c:\program files\python36\lib\site-packages\tensorflow_init_.py”, line 28, in from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File “c:\program files\python36\lib\site-packages\tensorflow\python_init_.py”, line 49, in from tensorflow.python import pywrap_tensorflow File “c:\program files\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py”, line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File “c:\program files\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow.py”, line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File “c:\program files\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py”, line 28, in _pywrap_tensorflow_internal = swig_import_helper() File “c:\program files\python36\lib\site-packages\tensorflow\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\python36\lib\imp.py”, line 243, in load_module return load_dynamic(name, filename, file) File “c:\program files\python36\lib\imp.py”, line 343, in load_dynamic return _load(spec) ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
Failed to load the native TensorFlow runtime.
See Build and install error messages | TensorFlow
for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.