First Chatbot doesn't start

I’m completely new and I’ve never worked nor with AI neither wit RASA. I’d like to create my first a chatbot as described in the documents. I work with RASA-PRO under Linux Ubuntu.

In the docs first I’ve locally installed Python: Installation Instructions of the tutorial

Then I’ve tried it out according the instructions in the docs, Tutorial, but it didn’t work.

It showed me the following error:

Now let’s start! :backhand_index_pointing_down:t4: ? ? Do you want to train an initial model? :flexed_biceps:t4: Yes Training an initial model… 2025-03-26 16:35:22 INFO rasa.shared.core.domain - [info ] domain.from_yaml.validating 2025-03-26 16:35:22 INFO rasa.shared.core.domain - [info ] domain.from_yaml.validating Illegal instruction (core dumped)

The attempt to deploy the first example chatbot of the documentation results in:

3 rasa inspect 2025-03-26 16:43:33 INFO rasa.tracing.config - No endpoint for tracing type available in endpoints.yml, tracing will not be configured. 2025-03-26 16:43:34 ERROR rasa.cli.utils - [error ] The path ‘models’ does not exist. Please make sure to use the default location (‘models’) or specify it with ‘–model’. event_key=cli.path_does_not_exist path=models

Could somebody help me pls..?

Thanks in advance.