I’m trying to install rasa with anaconda and then install rasa x, but after typing pip install rasa it gets stuck and doesn’t progress (it’s supposed to be downloading stuff but it takes 5 hours and doesn’t finish). Before that I wrote:
pip install rasa
conda create -n rasa conda activate rasa
Does anyone know why or how to make it go faster?
Welcome and Hello @Cristiano please downgrade the pip version to 20.2.3 pip install 20.2.3
pip install 20.2.3
It will install with in few seconds, If you need to install rasa and rasa open source please follow this thread as per your reference: Rasa X runs with several Errors & Warnings - #2 by nik202
Good Luck! I hope this will help you and solve your issue.