OS: MacOS BigSur, Local Mode Installation of rasa-x on a blank python3.7 venv: Hangs for hours!
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
I already tried all I found here, downgrading pip to 20.2 does not work: got compatibility errors for several libraries.
pip install --use-deprecated=legacy-resolver rasa-x --extra-index-url Simple Index
results in:
ERROR: pip’s legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts.
rasa 2.8.7 requires aiohttp!=3.7.4.post0,<3.8,>=3.6, but you’ll have aiohttp 3.7.4.post0 which is incompatible.
rasa 2.8.7 requires apscheduler<3.8,>=3.6, but you’ll have apscheduler 3.8.0 which is incompatible.
rasa 2.8.7 requires sanic-jwt<1.7.0,>=1.3.2, but you’ll have sanic-jwt 1.7.0 which is incompatible.
rasa --version
Rasa Version : 2.8.7
Minimum Compatible Version: 2.8.0
Rasa SDK Version : 2.8.2
Rasa X Version : None
Python Version : 3.7.3
Operating System : Darwin-20.6.0-x86_64-i386-64bit
Python Path : /Users/jochen2.mueller/dev/Rasa/rasa_search_intent_de/venv/bin/python
Did it the ChrisRahme-way and I got it installed. But when I try to start it, I now get a…
OSError: [Errno 48] error while attempting to bind on address (‘0.0.0.0’, 5002): address already in use2021-10-12 13:49:43 ERROR sanic.root - Unable to start server.
We are currently evaluating against SAP CAI, … would be nice getting it up and running in time.
Python is 3.7.3
Installed a nice new venv. Did all the stuff ChrisR. mentioned. Installation now completes.
Rasa is:
rasa --version
Rasa Version : 2.8.7
Minimum Compatible Version: 2.8.0
Rasa SDK Version : 2.8.2
Rasa X Version : 0.42.3
Python Version : 3.7.3
Operating System : Darwin-20.6.0-x86_64-i386-64bit
Python Path : /Users/jochen2.mueller/dev/Rasa/rasa_search_intent_de/venv/bin/python