Guys, i’ve got all sorts of errors trying to follow the instructions. Unfortunately, I’m having to follow different instructors without a single continuous set of instructions, and piece together bits and pieces from across the internet.
Is there at all, one training video/instruction that shows from start to finish, how to install Rasa and Rasa X, in complete order on Windows 10?
Something that includes the VS Code installation (plus any additional packages to install) and Anaconda etc would be great. It seems the current Rasa tutorials are already out of date, and disjointed.
oh damn… okay … so i need to downgrade everything else then!? (sorry if my questions are basic - i’m super new to this! )
Currently:
(rasa) C:\Rasa>rasa --version
Rasa Version : 2.7.1
Minimum Compatible Version: 2.6.0
Rasa SDK Version : 2.7.0
Rasa X Version : None
Python Version : 3.8.0
Operating System : Windows-10-10.0.19041-SP0
Python Path : c:\users\hiranga\anaconda3\envs\rasa\python.exe
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.
Okay- that one worked! Great. So. Rasa 2.6.2 installed.
Rasa SDK 2.6.0 installed.
But then Rasa X failed ( command: pip3 install rasa-x==0.40.0 --extra-index-url Simple Index )
Error is: 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.
sanic-jwt 1.6.0 requires pyjwt==2.0.0, but you'll have pyjwt 2.1.0 which is incompatible.
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 python-editor-1.0.4 rasa-x-0.40.0 ruamel.yaml-0.16.13 ruamel.yaml.clib-0.2.4 sanic-jwt-1.6.0 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: 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.
sanic 20.12.3 requires multidict<6.0,>=5.0, but you’ll have multidict 4.7.6 which is incompatible.
Successfully installed multidict-4.7.6 ruamel.yaml-0.16.13 ruamel.yaml.clib-0.2.4
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.