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:
- Un-installed Visual Studio
- Re-installed Visual Studio making sure I had the C++ build tools
- renmoved the old virtual environment & created a new virtual environment conda create -n proto2 pyhton==3.8
- conda activate proto2
- pip install rasa==2.8.1
- pip install rasa-sdk==2.8.1
- rasa init → then I followed the instructions
- pip install rasa-x==0.39.3 --extra-index-url
https://pypi.rasa.com/simple
- cd into project folder an ran rasa x
- I had sanic-related errors → pip install sanic-jwt==1.6.0
- I had sqlalchemy-related errors → pip install sqlalchemy==1.3.22
- 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
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