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.
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.
(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>
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.
@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 ??)