2

I've been trying to install rasa x into my windows 10 system through command prompt using "pip install rasa-x", but have been getting the following error: - enter image description here

Can anyone help me overcome this error.

2 Answers2

0

Did you try running what it tells you to in the runtime error?

pip install rasa-x -i https://pypi.rasa.com/simple

thekid77777
  • 391
  • 1
  • 10
0

Do you have installed git? befor rasa x works in my enviroment in need to run conda install git

after this it works with:

pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
AnCo
  • 1