Rasa-X takes too long to install

220 views Asked by At
pipenv install rasa-x --extra-index-url https://pypi.rasa.com/simple --use-deprecated=legacy-resolver

using the pipenv library and Python 3.7.6 with pyenv and its taken more than 5 hours...

During that time, it's just doing the following:

enter image description here

I have tried everything, but nothing seems to work...

Versions:

pip -> 20.2

pipenv -> version 2021.11.23

pyhton -> 3.7.6

Any suggestions ? Something is clearly wrong...

1

There are 1 answers

2
Sorcerer On BEST ANSWER

Upgrade pip:

pip install --upgrade pip

The latest version of pip 21.3 solved the problem for me.