Rasa init --template tutorial / would you like to speak to the trained assistant?

Hi Rasa devs, I’ve installed Rasa Pro in a virtualenv using python 3.10.18 on windows 11 and I’m getting a few errors after rasa init --template tutorial. It’s probably easiest if I just screen cap this page or three:

I think it looks like an issue with long path names, maybe?? I’m brand new to rasa and haven’t programmed in quite a while. I was able to get to the point where I was asked if I wanted to talk to the trained model and hitting Y is what prompted or generated these errors.

I’m running rasa pro 3.13.3 Rasa SDK is 3.13.0 Operating system is listed as Windows-10-10.0.26100-SP0 ??? This is for sure a copy of windows 11 running this PC lol

Please let me know if I can provide any more info to help with this.

Thank you!

Hi Mike. The error shows that there’s a syntax error in your endpoints.yml file. You can check on it first.

Did you use UV as the package manager while installing? Your python version is okay. Probably confirm how your license key is set up.

It should be $env:RASA_PRO_LICENSE=“YOUR_LICENSE_KEY”

If you get an error after this , try setting up the venv using python 3.11. It works best. Use: uv venv --python 3/11 venv\Scripts\activate

Let me know if this solves your error. Happy Debugging!!