I created a new project with:
rasa init --template tutorial
After that, I ran:
rasa train -vv
That’s my output:
2024-08-08 08:57:19 INFO rasa.tracing.config - No endpoint for tracing type available in endpoints.yml,tracing will not be configured.
2024-08-08 08:57:19 DEBUG rasa.tracing.config - The OTLP Collector has not been configured to collect metrics. Skipping.
2024-08-08 08:57:19 DEBUG h5py._conv - Creating converter from 7 to 5
2024-08-08 08:57:19 DEBUG h5py._conv - Creating converter from 5 to 7
2024-08-08 08:57:19 DEBUG h5py._conv - Creating converter from 7 to 5
2024-08-08 08:57:19 DEBUG h5py._conv - Creating converter from 5 to 7
2024-08-08 08:57:20 DEBUG urllib3.connectionpool - Starting new HTTPS connection (1): api.segment.io:443
2024-08-08 08:57:20 DEBUG urllib3.connectionpool - https://api.segment.io:443 "POST /v1/identify HTTP/11" 200 21
2024-08-08 08:57:21 DEBUG rasa.core.nlg.generator - Instantiated NLG to 'ContextualResponseRephraser'.
2024-08-08 08:57:21 INFO rasa.cli.train - [info ] Started validating domain and training data... event_key=cli.train.run_training
2024-08-08 08:57:21 DEBUG rasa.shared.nlu.training_data.loading - Training data format of 'data/flows.yml' is 'unk'.
2024-08-08 08:57:21 DEBUG rasa.shared.nlu.training_data.loading - Training data format of 'data/patterns.yml' is 'unk'.
Illegal instruction (core dumped)
My files: domain.yml (381 Bytes) flows.yml (257 Bytes) patterns.yml (320 Bytes)
Thanks in advance!