Geeting error while running rasa x and rasa init commands
See original GitHub issueRasa version: 1.0.1
Python version: 3.6.7
Operating system (windows, osx, …): Ubuntu
Issue: Getting the error i while running the command rasa init and rasa x . screen shot attached
and secondly, should we uninstall the rasa core and nlu now?
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Getting error while running rasa x locally
I was trying to install rasa x and run it from my local system. Till the “rasa init --no-prompt” command it works fine,...
Read more >error while running rasa x after successful installing rasa x
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please,...
Read more >Rasa Open Source 3.x Installation and Set up on macOS
Problem 2: Trying to install Rasa X on my local machine to enable conversation driven development, but encountered a series of errors during...
Read more >Rasa installation error - Co-learning Lounge
So I am getting the following output when I run this–>rasa init --no-prompt but when I run rasa x command I get the...
Read more >Create Chatbot using Rasa Part-1 - Towards Data Science
“rasa init” should show above message, in-case you are doing well and your system doesn't contain any error. Follow the interactive session and...
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
I was able to fix this error by adjusting my project directory to meet the structure as described here: https://blog.rasa.com/rasa-x-getting-started-as-a-current-rasa-user/ (in my case I had to rename the formerly named nlu_config.yml to config.yml)
I have kind of the same issue:
d-172-25-16-132:chatbot soniabaee$ rasa init Welcome to Rasa! 🤖
To get started quickly, an initial project will be created. If you need some help, check out the documentation at https://rasa.com/docs/rasa. Now let’s start! 👇🏽
Traceback (most recent call last): File “/Users/sonia/anaconda3/bin/rasa”, line 10, in <module> sys.exit(main()) File “/Users/sonia/anaconda3/lib/python3.6/site-packages/rasa/main.py”, line 70, in main cmdline_arguments.func(cmdline_arguments) File “/Users/sonia/anaconda3/lib/python3.6/site-packages/rasa/cli/scaffold.py”, line 179, in run default=“.”, AttributeError: ‘Question’ object has no attribute ‘skip_if’