Please provide a requirements.txt to install rasa-pro, pip is taking too much time to lookup required packages without conflicts
1 Like
I had a similar issue. Was able to speed it up by just upgrading my pip version
pip install -U pip
You can try this
Already done thanks, I did pip freeze
and there is the result
requirements.txt (10.0 KB)
I hope that this helps someone
Hello,
You can use uv
to make the installation go faster
Here are the steps
-
Brew install uv
-
uv pip install ...
Let me know how it goes.
Thanks for your answer. I am a windows user