@nik202 1. rasa train
2. rasa x and rasa run actions
3. rasa interactive learning mode
4. Versions
pip --version pip 20.2
rasa --version Rasa Version : 2.6.2
Minimum Compatible Version: 2.6.0
Rasa SDK Version : 2.6.0
Rasa X Version : 0.40.0
Python Version : 3.8.0
Operating System : Windows-10
5. Installation Procedure
-
conda create --name NAME python==3.8 and conda activate NAME
-
conda install ujson
-
conda install tensorflow
-
pip install rasa==x.x.x
-
down grade pip version to pip install pip==20.2 --user
-
pip install rasa-x==x.x.x --extra-index-url Simple Index
While running rasa x command the above errors are popping up. And I have also checked these versions in Compatibility Matrix (rasa.com) and the versions are completely fine. But I don’t know why I’m getting these errors.
Any help regarding this would be a great help for me. Thank you in advance.