Getting Error while installing the rasa pro - Rasa CALM - Rasa Community Forum

👋 Introducing the Rasa Playground

Learn more here →

Getting Error while installing the rasa pro

post by Kaamer001 on Jul 9, 2024

Kaamer001
Mohammad Amer Khan

in .env file i stored all the variable ;

RASA_PRO_LICENSE = “LICENSE”
OPENAI_API_KEY = “AZURE_API”
OPENAI_API_TYPE = “azure”
OPENAI_API_BASE = “AZURE_API_BASE”
OPENAI_API_VERSION = “VERSION”
(.venv) 192:Rasa Pro aamerkhan$ rasa init --template tutorial

Welcome to Rasa!

By installing and using this software, you agree to be bound by the terms and conditions of the End-User License Agreement (EULA) available at https://rasa.com/eula. Please review the EULA carefully before proceeding.

To get started quickly, an initial project will be created. If you need some help, check out the documentation at Introduction to Rasa Pro. Now let’s start!

? Please enter a path where the project will be created [default: current directory]
? Directory ‘/Users/aamerkhan/Library/CloudStorage/OneDrive-SoftpathSystemLLC/Desktop/Rasa Pro’ is not empty. Continue? Yes
2024-07-09 15:47:31 INFO root - copying /Users/aamerkhan/Library/CloudStorage/OneDrive-SoftpathSystemLLC/Desktop/Rasa Pro/.venv/lib/python3.9/site-packages/rasa/cli/project_templates/tutorial/actions.py → .
2024-07-09 15:47:31 INFO root - copying /Users/aamerkhan/Library/CloudStorage/OneDrive-SoftpathSystemLLC/Desktop/Rasa Pro/.venv/lib/python3.9/site-packages/rasa/cli/project_templates/tutorial/endpoints.yml → .
2024-07-09 15:47:31 INFO root - copying /Users/aamerkhan/Library/CloudStorage/OneDrive-SoftpathSystemLLC/Desktop/Rasa Pro/.venv/lib/python3.9/site-packages/rasa/cli/project_templates/tutorial/credentials.yml → .
2024-07-09 15:47:31 INFO root - copying /Users/aamerkhan/Library/CloudStorage/OneDrive-SoftpathSystemLLC/Desktop/Rasa Pro/.venv/lib/python3.9/site-packages/rasa/cli/project_templates/tutorial/config.yml → .
2024-07-09 15:47:31 INFO root - copying /Users/aamerkhan/Library/CloudStorage/OneDrive-SoftpathSystemLLC/Desktop/Rasa Pro/.venv/lib/python3.9/site-packages/rasa/cli/project_templates/tutorial/domain.yml → .
2024-07-09 15:47:31 INFO root - creating data
2024-07-09 15:47:31 INFO root - copying /Users/aamerkhan/Library/CloudStorage/OneDrive-SoftpathSystemLLC/Desktop/Rasa Pro/.venv/lib/python3.9/site-packages/rasa/cli/project_templates/tutorial/data/flows.yml → ./data
Created project directory at ‘/Users/aamerkhan/Library/CloudStorage/OneDrive-SoftpathSystemLLC/Desktop/Rasa Pro’.
Finished creating project structure.
? ? Do you want to train an initial model?  Yes
Training an initial model…
2024-07-09 15:47:43 WARNING rasa.engine.validation - [warning ] `pattern_chitchat` has an action step with `action_trigger_chitchat`, but `IntentlessPolicy` is not configured. event_key=flow_component_dependencies.pattern_chitchat.intentless_policy_not_configured
2024-07-09 15:47:49 INFO rasa.engine.training.hooks - Starting to train component ‘FlowPolicy’.
2024-07-09 15:47:49 INFO rasa.engine.training.hooks - Finished training component ‘FlowPolicy’. 
2024-07-09 15:47:49 INFO rasa.engine.training.hooks - Starting to train component ‘SingleStepLLMCommandGenerator’.
2024-07-09 15:47:49 INFO rasa.dialogue_understanding.generator.llm_based_command_generator - [info ] llm_based_command_generator.flow_retrieval.enabled
2024-07-09 15:47:51 INFO openai - error_code=DeploymentNotFound error_message=‘The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.’ error_param=None error_type=None message=‘OpenAI API error received’ stream_error=False
2024-07-09 15:47:51 ERROR rasa.dialogue_understanding.generator.flow_retrieval - [error ] Failed to populate the FAISS store with the provided flows. error=InvalidRequestError(message=‘The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.’, param=None, code=‘DeploymentNotFound’, http_status=404, request_id=None) error_type=InvalidRequestError event_key=flow_retrieval.populate_vector_store.not_populated
2024-07-09 15:47:51 ERROR rasa.dialogue_understanding.generator.llm_based_command_generator - [error ] Flow retrieval store isinaccessible. error=InvalidRequestError(message=‘The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.’, param=None, code=‘DeploymentNotFound’, http_status=404, request_id=None) event_key=llm_based_command_generator.train.failed

Can someone please guide me to install rasa pro in my local?

120 views
1 link

read
4
min