Rasa Pro installation error - Rasa CALM - Rasa Community Forum
👋 Introducing the Rasa Playground
Rasa Pro installation error
You have selected 0 posts.
102 views
post by Niru on Aug 28, 2024
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/
image1818×843 58.6 KB](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/3X/9/d/9df100eed9fec81e22bb46ca20ed93183534fe31.png "image")
and the other error while doing rasa pro
image1910×975 48.2 KB](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/3X/a/9/a941d0a0b9b54e0f14a481ca3cf6c346803c9286.png "image")
help me to install Rasa Pro steps…
102 views
post by jtrasa on Aug 28, 2024
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.
post by Niru on Aug 28, 2024
@jtrasa Rasa pro installed with you mentioned version…But I received 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.
post by jtrasa on Aug 28, 2024
What version of numpy is being installed?