rasa init not working
See original GitHub issueRasa version:
Rasa X version (if used & relevant): Last -v **Python version 3.6.0
Operating system (windows, ):
Issue:
After installing RASA on my win10 machine, i have tried to start a new project, from cmd: rasa init
Is giving me the below error, if anyone can help it would be great. thanks
Error (including full traceback):
Traceback (most recent call last):
File "C:\Users\valeriu.olariu\AppData\Local\Programs\Python\Python36\Scripts\rasa-script.py", line 11, in <module>
load_entry_point('rasa', 'console_scripts', 'rasa')()
File "c:\users\valeriu.olariu\openjaw\rasa t\rasa\rasa\__main__.py", line 69, in main
set_log_level(log_level)
File "c:\users\valeriu.olariu\openjaw\rasa t\rasa\rasa\utils\common.py", line 68, in set_log_level
update_tensorflow_log_level()
File "c:\users\valeriu.olariu\openjaw\rasa t\rasa\rasa\utils\common.py", line 87, in update_tensorflow_log_level
import tensorflow as tf
File "c:\users\valeriu.olariu\appdata\local\programs\python\python36\lib\site-packages\tensorflow\__init__.py", line 24, in <module>
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "c:\users\valeriu.olariu\appdata\local\programs\python\python36\lib\site-packages\tensorflow\python\__init__.py", line 52, in <module>
from tensorflow.core.framework.graph_pb2 import *
File "c:\users\valeriu.olariu\appdata\local\programs\python\python36\lib\site-packages\tensorflow\core\framework\graph_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
File "c:\users\valeriu.olariu\appdata\local\programs\python\python36\lib\site-packages\google\protobuf\descriptor.py", line 47, in <module>
from google.protobuf.pyext import _message
ImportError: DLL load failed: The specified procedure could not be found.
Command or request that led to error:
rasa init
Content of configuration file (config.yml) (if relevant):
N/A
Content of domain file (domain.yml) (if relevant):
N/A
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Why rasa init is not getting executed? - Stack Overflow
I tried to rerun the pip3 install rasa , which shows that all requirements are satisfied. Why is that rasa init is not...
Read more >Rasa Init Command Not Found - Rasa Community Forum
... but each time I get the same error when I hit the rasa Init command it says rasa is not recognized as...
Read more >How to fix "rasa' is not recognized as an internal or external ...
when i run "rasa init " to create a new project , i get ""rasa' is not recognized as an internal or external...
Read more >Rasa Open Source 3.x Installation and Set up on macOS
Problem 3: After running “rasa init” and training the first model, you may want to modify the example moodbot and test your own...
Read more >'rasa' is not recognized as an internal or external command ...
'rasa' is not recognized as an internal or external command, operable program or batch file. Fix: 'conda' is not recognized as an internal...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for raising this issue, @tabergma will get back to you about it soon.
Hi @tabergma,
I have not manage to get it work on my local win10 env or on docker container, It was the latest version. I am now using an AWS vm is working. Thanks.