Rasa Pro installation error

HI, I am trying to install rasa pro from Installation for local development. I got the rasa pro licensed key. I have python 3.9.6 version and windows 11 os. while running the command- pip install rasa-pro --extra-index-url=https://europe-west3-python.pkg.dev/rasa-releases/rasa-pro-python/simple/

and the other error while doing rasa pro

help me to install Rasa Pro steps…

Try specifying the version of Rasa Pro to install, e.g.

pip install --extra-index-url=https://europe-west3-python.pkg.dev/rasa-releases/rasa-pro-python/simple/ rasa-pro==3.9.9

Also you will see a huge speedup in install time if you use uv. If that is not possible, make sure you’re using the latest version of pip.

2 Likes

@jtrasa Rasa pro installed with you mentioned version…But I recieved the below error…seems numpy latest version package is broken.

from .numpy_ops import NumpyOps ImportError: DLL load failed while importing numpy_ops: The specified module could not be found.

What version of numpy is being installed?