Cannot register package 'actions'

Hi everyone i have some issue when run actions.py in my chatbot.

This is my actions.py file


please help me.

Hi, try this

from rasa_sdk import Action, Tracker

You have a module not found error on the module which i think below to the latest sdk package itself instead of the module actions. it depends on which version rasa sdk you are using

oh thank you so much,