Why is Rasa X taking a million years to install? It starts well, then stuck on “INFO: pip is looking at multiple versions of h2 to determine which version is compatible with other requirements. This could take a while.”…After 5 years, it continues, then stuck again. Now it’s waiting the rest of the years without finishing.
I honestly doubt it’s my internet.
What is the fix, please?
The suggestion from @laboratory worked for me - thanks Charles!
I did get this output, below, at the end, but it did not appear to cause me problems and this method was light years ahead of trying with the standard resolver in pip 21.0.1 (I had thought I’d give it a go but it was taking more an more time so I eventually gave up)
ERROR: pip’s legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts.
sanic-jwt 1.6.0 requires pyjwt==2.0.0, but you’ll have pyjwt 2.0.1 which is incompatible.
I did it with my details but others confirming their similar details will underline that it’s not a one-off / user error, so PyPI can consider it. Of course there may be some narrowing down of the version requirements that could be done on the Rasa side too (I’m not 100% sure on this)
Sorry, I should also credit @ChrisRahme too as it was originally his comment on the resolver (although I used it as per Charles’ comment and didn’t need the default timeout part)
The solution is right here in the thread.
Let me know if you cannot find it.
At this point, I am careful to mark which is the actual solution. @ChrisRahme deserves some credit because he suggested the solution. I simply came up with a solution building on his suggestion.