Cannot jaxlib, error in rasa-x 0.23.5 installing

I had been using rasa-x version 0.23.5. After resetting my pc I cannot install rasa-x anymore. I am getting the following error: ERROR: Could not find a version that satisfies the requirement jaxlib>=0.1.51 (from dopamine-rl->tensor2tensor~=1.14.0->rasa~=1.5.1->rasa-x==0.23.5) (from versions: none) ERROR: No matching distribution found for jaxlib>=0.1.51 (from dopamine-rl->tensor2tensor~=1.14.0->rasa~=1.5.1->rasa-x==0.23.5)

It seems like this package isn’t available for windows at the moment - unable to pip install jax and jaxlib · Issue #2187 · google/jax · GitHub . How did you try to install rasa-x?

I used the below-

pip install rasa-x==0.23.5 --extra-index-url https://pypi.rasa.com/simple

Did you try the fixes for windows suggested via the github issue for jax/jaxlib? I think you might have to resolve that first, seperately from rasa x.

Hi, i came across the same issue. I resolved it with installing an older version of dopamine-rl (pip install dopamine-rl==3.0.1 worked for me) before installing rasa with pip.