Yes. But later i decided to uninstall it and install it fro Github using the following:
git clone https://github.com/RasaHQ/rasa.git
cd rasa
pip install -r requirements.txt
ButI had the following error:
Collecting matplotlib==3.0.3 (from -r requirements.txt (line 4))
Cache entry deserialization failed, entry ignored
Could not find a version that satisfies the requirement matplotlib==3.0.3 (from -r requirements.txt (line 4)) (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3, 2.2.4)
No matching distribution found for matplotlib==3.0.3 (from -r requirements.txt (line 4))