Trying to install Rasa and Rasa X on Win10, June 2021

this is what i did:

conda create -n rasa python==3.8 #fresh install

pip3 install rasa==2.6.2

pip install pip==20.2 --user #downgrade PIP

pip3 install rasa-sdk==2.6.0 # error pip3 install rasa-sdk==2.6.0 --use-feature=2020-resolver #only a warning - maybe okay…

pip3 install rasa-x==0.40.0 --extra-index-url https://pypi.rasa.com/simple #error

pip install rasa-x==0.40.0 --extra-index-url https://pypi.rasa.com/simple

damn… @nik202 i did the whole thing again, from scratch. Still get this ‘multidict’ incompatibility. I end up with the same error on the Rasa X install:

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

rasa 2.6.2 requires multidict<5.0,>=4.6, but you'll have multidict 5.1.0 which is incompatible.
Successfully installed GitPython-3.1.18 Mako-1.1.4 MarkupSafe-2.0.1 alembic-1.4.3 gitdb-4.0.7 pika-1.2.0 pyjwt-2.0.0 python-editor-1.0.4 rasa-x-0.40.0 ruamel.yaml-0.16.13 ruamel.yaml.clib-0.2.4 smmap-4.0.0 ujson-1.35
WARNING: You are using pip version 20.2; however, version 21.1.3 is available.
You should consider upgrading via the 'C:\Users\Hiranga\anaconda3\envs\rasa\python.exe -m pip install --upgrade pip' command.

Exact series of steps:

conda create -n rasa python==3.8 #fresh install

pip install pip==20.2 --user #downgrade to pip 20.2 pip3 install rasa==2.6.2 #errored

ERROR: sanic 20.12.3 requires multidict<6.0,>=5.0, but you’ll have multidict 4.7.6 which is incompatible.

pip install rasa-sdk==2.6.0 --use-feature=2020-resolver

pip install rasa-x==0.40.0 --extra-index-url Simple Index #errored

ERROR: rasa 2.6.2 requires multidict<5.0,>=4.6, but you’ll have multidict 5.1.0 which is incompatible.

Successfully installed GitPython-3.1.18 Mako-1.1.4 MarkupSafe-2.0.1 alembic-1.4.3 gitdb-4.0.7 pika-1.2.0 pyjwt-2.0.0 python-editor-1.0.4 rasa-x-0.40.0 ruamel.yaml-0.16.13 ruamel.yaml.clib-0.2.4 smmap-4.0.0 ujson-1.35 WARNING: You are using pip version 20.2; however, version 21.1.3 is available. You should consider upgrading via the ‘C:\Users\Hiranga\anaconda3\envs\rasa\python.exe -m pip install --upgrade pip’ command.

@hgoona can share me rasa version

command: rasa --version

(rasa) C:\Users\Hiranga\Rasa>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-10.0.19041-SP0
Python Path       :         c:\users\hiranga\anaconda3\envs\rasa\python.exe

(rasa) C:\Users\Hiranga\Rasa>

@hgoona now what you doing?

sry - i dont understand your question… I got this error (red)

ERROR: rasa 2.6.2 requires multidict<5.0,>=4.6, but you’ll have multidict 5.1.0 which is incompatible. @hgoona pip install multidict==4.6 --use-feature=2020-resolver

It’s the nature of packages that they required compatible versions.

okay… so i did that… then i get a different multidict error :frowning:

let me try with feature resolver…

@nik202 ok. so the multidict think with resolver worked. but then i installed rasa x again and get the same damning error: (It’s sending me in circles for the incompatibility – but why ??)

@hgoona share me email id please for zoom or google meet.

yup

@hgoona Rasa Webchat Integration - #119 by Horizon733

@hgoona do this free course on Udemy to get the more knowledge of RASA https://www.udemy.com/course/rasa-for-beginners/