Mig Bach
Mig Bach

Reputation: 65

Rasa-X takes too long to install

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...

Upvotes: 0

Views: 235

Answers (1)

Sorcerer
Sorcerer

Reputation: 874

Upgrade pip:

pip install --upgrade pip

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

Upvotes: 0

Related Questions