Installing 3.0 rc2 with old version of pip hangs #10230
Labels
3.0.0rc-QA-issue
A problem found during the QA of rasa==3.0.0 release candidate
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa Open Source version
3.0.0rc2
Rasa SDK version
No response
Rasa X version
No response
Python version
3.8
What operating system are you using?
OSX
What happened?
I created a fresh virtual environment with miniconda and tried installing
3.0.0rc2
withpip
. Mypip
version was21.2.4
. The commandpip install rasa==3.0.0rc2
just gets stuck while trying to install thersa
library. Here are some logs of the relevant portion of the install:I terminated the install after 25 mins or so.
Next, I upgraded my pip version with
pip install -U pip
and that brought inpip==21.3.1
and re-executingpip install rasa==3.0.0rc2
worked like a charm.Can we put this known information in our docs or event better check if there is a fix?
Command / Request
Relevant log output
No response
The text was updated successfully, but these errors were encountered: