Python - Python 3.7.7 PIP - 20.1 Rasa - 1.9.7
I have installed Rasa and Rasa X on virtual environment but when i try to initiate Rasa X, I get below error -
(venv) ashish@Ashishs-MacBook-Pro Rasa_newsapi % rasa x
Traceback (most recent call last):
File "/Users/ashish/opt/anaconda3/bin/rasa", line 10, in <module>
sys.exit(main())
File "/Users/ashish/opt/anaconda3/lib/python3.7/site-packages/rasa/__main__.py", line 91, in main
cmdline_arguments.func(cmdline_arguments)
File "/Users/ashish/opt/anaconda3/lib/python3.7/site-packages/rasa/cli/x.py", line 326, in rasa_x
run_locally(args)
File "/Users/ashish/opt/anaconda3/lib/python3.7/site-packages/rasa/cli/x.py", line 414, in run_locally
from rasax.community import local # pytype: disable=import-error
ModuleNotFoundError: No module named 'rasax'
Also, There are lot of dependencies related issue I get when i try to install rasa_core, mostly version compatibility.
ERROR: tensorflow 2.1.0 has requirement wrapt>=1.11.1, but you'll have wrapt 1.10.11 which is incompatible.
ERROR: tensorflow-probability 0.9.0 has requirement cloudpickle>=1.2.2, but you'll have cloudpickle 0.6.1 which is incompatible.
ERROR: rasa 1.10.0 has requirement cloudpickle<1.4,>=1.2, but you'll have cloudpickle 0.6.1 which is incompatible.
ERROR: rasa 1.10.0 has requirement jsonschema<3.3,>=3.2, but you'll have jsonschema 2.6.0 which is incompatible.
ERROR: rasa 1.10.0 has requirement matplotlib<3.3,>=3.1, but you'll have matplotlib 2.2.5 which is incompatible.
ERROR: rasa 1.10.0 has requirement packaging<19.1,>=19.0, but you'll have packaging 18.0 which is incompatible.
ERROR: rasa 1.10.0 has requirement ruamel.yaml<0.17,>=0.16, but you'll have ruamel-yaml 0.15.100 which is incompatible.
ERROR: rasa 1.10.0 has requirement scikit-learn<0.23,>=0.22, but you'll have scikit-learn 0.20.4 which is incompatible.
ERROR: rasa-x 0.28.2 has requirement jsonschema<4.0,>=3.2, but you'll have jsonschema 2.6.0 which is incompatible.
ERROR: rasa-x 0.28.2 has requirement ruamel.yaml<0.17,>=0.16, but you'll have ruamel-yaml 0.15.100 which is incompatible.
Please help me with the correct versions for all the dependent module for my python 3.7.7