Rasa X won't install

Hi Guys,

every time I try to install Rasa X I am facing this issue:

INFO: This is taking longer than usual. You might need to provide the dependency resolver with strie runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip perfod here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of urllib3 to determine which version is compatible with 
could take a while.
Collecting urllib3<1.27,>=1.25.4
  Using cached urllib3-1.26.3-py2.py3-none-any.whl (137 kB)
  Using cached urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
  Using cached urllib3-1.26.1-py2.py3-none-any.whl (136 kB)
  Using cached urllib3-1.26.0-py2.py3-none-any.whl (136 kB)
  Using cached urllib3-1.25.11-py2.py3-none-any.whl (127 kB)
  Using cached urllib3-1.25.10-py2.py3-none-any.whl (127 kB)
  Using cached urllib3-1.25.9-py2.py3-none-any.whl (126 kB)
  Using cached urllib3-1.25.8-py2.py3-none-any.whl (125 kB)
  Using cached urllib3-1.25.7-py2.py3-none-any.whl (125 kB)
  Using cached urllib3-1.25.6-py2.py3-none-any.whl (125 kB)
  Using cached urllib3-1.25.5-py2.py3-none-any.whl (125 kB)
  Using cached urllib3-1.25.4-py2.py3-none-any.whl (125 kB)
INFO: pip is looking at multiple versions of urllib3 to determine which version is compatible with 
could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with strie runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip perfod here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of sniffio to determine which version is compatible with 
could take a while.
INFO: pip is looking at multiple versions of h2 to determine which version is compatible with other take a while.
Collecting h2==3.*
  Using cached h2-3.1.1-py2.py3-none-any.whl (64 kB)
  Using cached h2-3.1.0-py2.py3-none-any.whl (64 kB)
  Using cached h2-3.0.1-py2.py3-none-any.whl (71 kB)
  Using cached h2-3.0.0-py2.py3-none-any.whl (70 kB)
Collecting hpack<4,>=2.3
  Using cached hpack-2.3.0-py2.py3-none-any.whl (36 kB)

After hours at this point the process is dead and doesn’t proceed.

I am on Windows 10 and have Python Version 3.8.0 and use this command:

pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple

Greetings from Cologne, Germany

Daniel

PS: Rasa Open-Source is working perfectly fine.

This is a problem with Pip. Use the following:

pip3 install rasa rasa-x --extra-index-url https://pypi.rasa.com/simple --use-deprecated=legacy-resolver

By the way, you can put three backticks (```) above and below code or command output to format it properly on the forum :slight_smile:

2 Likes

thanks for the awesome information. https://ometv.onl https://chatroulette.top https://omegle.wtf https://bazoocam.cam

1 Like

Thank you very much!

1 Like