Rasa X is not working in Windows 10

@RajithaBandara Please follow these steps:

Create project folder and install this:

pip install virtualenv
cd my-project/
virtualenv venv
source venv/bin/activate

Then install rasa only

pip install rasa==2.8.1

check both rasa and rasa-sdk are installed whilst typing rasa --version and share me the screenshot please.