question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

rasa init not working

See original GitHub issue

Rasa 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:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
msamoghcommented, Jul 30, 2019

Thanks for raising this issue, @tabergma will get back to you about it soon.

0reactions
ValeriuOlarcommented, Aug 7, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found