I tried to follow the steps of this video YouTube. But when I ran the command rasa init --no-prompt the result was:
(venv) C:\Users\user2\Stef\Auth\10th Semester\diplomatikes\my thesis\stefbot\sta
rter-pack-rasa-stack-master>rasa init --no-prompt
Traceback (most recent call last):
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core\python\pywrap_tensorflow.py”, line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core\python\pywrap_tensorflow_internal.py”, line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core\python\pywrap_tensorflow_internal.py”, line 24, in swig_import_h
elper
_mod = imp.load_module(’_pywrap_tensorflow_internal’, fp, pathname, descript
ion)
File “c:\users\user2\appdata\local\programs\python\python37\lib\imp.py”, line
242, in load_module
return load_dynamic(name, filename, file)
File “c:\users\user2\appdata\local\programs\python\python37\lib\imp.py”, line
342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: Κάποια ρουτίνα προετοιμασίας μιας βιβλιοθήκης δυνα
μικής σύνδεσης (DLL) απέτυχε.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “c:\users\user2\appdata\local\programs\python\python37\lib\runpy.py”, lin
e 193, in run_module_as_main
“main”, mod_spec)
File “c:\users\user2\appdata\local\programs\python\python37\lib\runpy.py”, lin
e 85, in run_code
exec(code, run_globals)
File "C:\Users\user2\AppData\Local\Programs\Python\Python37\Scripts\rasa.exe_
main.py", line 7, in
File "c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
rasa_main.py", line 82, in main
set_log_level(log_level)
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
rasa\utils\common.py”, line 71, in set_log_level
update_tensorflow_log_level()
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
rasa\utils\common.py”, line 107, in update_tensorflow_log_level
import tensorflow as tf
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_init_.py”, line 101, in
from tensorflow_core import *
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core_init_.py”, line 40, in
from tensorflow.python.tools import module_util as module_util
File "c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_init.py", line 50, in getattr
module = self.load()
File "c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_init.py", line 44, in _load
module = importlib.import_module(self.name)
File "c:\users\user2\appdata\local\programs\python\python37\lib\importlib_in
it.py", line 127, in import_module
return _bootstrap.gcd_import(name[level:], package, level)
File "c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core\python_init.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core\python\pywrap_tensorflow.py”, line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core\python\pywrap_tensorflow.py”, line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core\python\pywrap_tensorflow_internal.py”, line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File “c:\users\user2\appdata\local\programs\python\python37\lib\site-packages
tensorflow_core\python\pywrap_tensorflow_internal.py”, line 24, in swig_import_h
elper
_mod = imp.load_module(’_pywrap_tensorflow_internal’, fp, pathname, descript
ion)
File “c:\users\user2\appdata\local\programs\python\python37\lib\imp.py”, line
242, in load_module
return load_dynamic(name, filename, file)
File “c:\users\user2\appdata\local\programs\python\python37\lib\imp.py”, line
342, in load_dynamic
return _load(spec)
ImportError: DLL load failed: Κάποια ρουτίνα προετοιμασίας μιας βιβλιοθήκης δυνα
μικής σύνδεσης (DLL) απέτυχε.
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.