RASA Install Issue

While running the following command during RASA install:

pip3 install rasa-x --extra-index-url Simple Index

It hangs while searching for aiofiles packages as well as sniffio. What causes this issue and how can I prevent it so that I can complete the install process?

It’s a problem with Pip. Do:

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

@CharsWigg can you please share rasa --version whilst running on conda environment?