Installation for local development
Rasa Pro contains a python package:
rasa-pro
for versions>=3.8.x
rasa-plus
for versions<=3.7.x
that you can install locally, with either pip
or poetry
.
pip
Installing with - Rasa Pro >=3.8.x
- Rasa Pro <=3.7.x
Install rasa-pro with:
You can significantly speed up the installation process with uv:
poetry
Installing with note
According to the Poetry documentation, Poetry should always be installed in a dedicated virtual environment to isolate it from the rest of your system. It should in no case be installed in the environment of the project that is to be managed by Poetry. This ensures that Poetry’s own dependencies will not be accidentally upgraded or uninstalled.
Rasa >=3.8.1
Rasa Pro versions >=3.8.1
require poetry
version 1.8.2
.
If you are using an older version of poetry
, you need to upgrade to 1.8.2
.
Associate the Artifact Registry URL with rasa-pro
by adding this section to pyproject.toml
:
Now you can install with:
Rasa ==3.8.0
- Poetry 1.4
- Poetry 1.6
You first need to associate the Artifact Registry URL with rasa-pro
by adding this section to pyproject.toml
:
Now you can install with:
Rasa Pro >=3.7.10, <3.8.0
Rasa Pro versions >=3.7.10, <3.8.0
require poetry
version 1.8.2
.
If you are using an older version of poetry
, you need to upgrade to 1.8.2
.
Associate the Artifact Registry URL with rasa-pro
by adding this section to pyproject.toml
:
Now you can install with:
Rasa Pro <=3.7.9
- Poetry 1.4
- Poetry 1.6
You first need to associate the Artifact Registry URL with rasa-plus
by adding this section to pyproject.toml
:
Now you can install with: