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.

Geeting error while running rasa x and rasa init commands

See original GitHub issue

Rasa 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 a

and secondly, should we uninstall the rasa core and nlu now?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
markusglcommented, May 22, 2019

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)

0reactions
soniabaeecommented, Jun 4, 2019

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’

Read more comments on GitHub >

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

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