I am using the Github workspace with the tutorial. I have setup the project in the ./money_transfer folder. The chat ran successfully after “rasa init”
After making the code changes for confirming the money transfer, I ran “rasa train” from the root folder and got the error below:
(codespaces-quickstart) @drawal1 ➜ /workspaces/codespaces-quickstart (main) $ rasa train 2024-09-10 19:30:56 [error ] endpoint.read.failed_no_such_file event_info=Failed to read endpoint configuration file - the file was not found. filename=/workspaces/codespaces-quickstart/endpoints.yml 2024-09-10 19:30:56 INFO rasa.tracing.config - No endpoint for tracing type available in endpoints.yml,tracing will not be configured. 2024-09-10 19:30:56 [error ] endpoint.read.failed_no_such_file event_info=Failed to read endpoint configuration file - the file was not found. filename=/workspaces/codespaces-quickstart/endpoints.yml 2024-09-10 19:30:56 [error ] endpoint.read.failed_no_such_file event_info=Failed to read endpoint configuration file - the file was not found. filename=/workspaces/codespaces-quickstart/endpoints.yml 2024-09-10 19:30:56 [error ] endpoint.read.failed_no_such_file event_info=Failed to read endpoint configuration file - the file was not found. filename=/workspaces/codespaces-quickstart/endpoints.yml 2024-09-10 19:30:56 ERROR rasa.anonymization.utils - Failed to read configuration from /workspaces/codespaces-quickstart/endpoints.yml. No such file. 2024-09-10 19:30:56 [error ] endpoint.read.failed_no_such_file event_info=Failed to read endpoint configuration file - the file was not found. filename=/workspaces/codespaces-quickstart/endpoints.yml 2024-09-10 19:30:56 ERROR rasa.anonymization.utils - Failed to read configuration from /workspaces/codespaces-quickstart/endpoints.yml. No such file. 2024-09-10 19:30:56 [error ] endpoint.read.failed_no_such_file event_info=Failed to read endpoint configuration file - the file was not found. filename=/workspaces/codespaces-quickstart/endpoints.yml 2024-09-10 19:30:56 [error ] endpoint.read.failed_no_such_file event_info=Failed to read endpoint configuration file - the file was not found. filename=/workspaces/codespaces-quickstart/endpoints.yml 2024-09-10 19:30:56 ERROR rasa.cli.utils - [error ] The path ‘config.yml’ does not exist. Please make sure to use the default location (‘config.yml’) or specify it with ‘–config’. event_key=cli.path_does_not_exist path=config.yml
I tried “rasa train -d ./money_transfer” but that failed as well
How do I specify the project path with “rasa train” properly?