Rasa X runs with several Errors & Warnings

Hi @nik202,
yes, I have Anaconda installed on my Windows 10 laptop.

Ok, so I now tried the solution suggested in the Windows installtion of Rasa x - #4 by insightskillz.
I did the following:

  1. Un-installed Visual Studio
  2. Re-installed Visual Studio making sure I had the C++ build tools
  3. renmoved the old virtual environment & created a new virtual environment conda create -n proto2 pyhton==3.8
  4. conda activate proto2
  5. pip install rasa==2.8.1
  6. pip install rasa-sdk==2.8.1
  7. rasa init → then I followed the instructions
  8. pip install rasa-x==0.39.3 --extra-index-url https://pypi.rasa.com/simple
  9. cd into project folder an ran rasa x
  10. I had sanic-related errors → pip install sanic-jwt==1.6.0
  11. I had sqlalchemy-related errors → pip install sqlalchemy==1.3.22
  12. I had alembic issues → I deleted .db-files

so, trying again rasa x → opens up in browser, model is loading, I can talk to the bot :star_struck:

However, I see the following in the Talk to your bot (Interactive Learning):



It prints the predicted response, but I don’t see the response itself.
Do you know why that happens?

Thanks,
Violetta

2 Likes