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:
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...
Upgrade pip:
pip install --upgrade pip
The latest version of pip 21.3 solved the problem for me.