Rasa.nlu imports not found

Hi everyone, I am trying to create my own custom component using import statements. However I keep getting a module not found error for all of them. These are my import statements:

from rasa.nlu import utils from rasa.nlu.components import Component from rasa.nlu.config import RasaNLUModelConfig from rasa.nlu.extractors.extractor import EntityExtractor from rasa.nlu.model import Metadata from rasa.shared.nlu.training_data.message import Message from rasa.shared.nlu.training_data.training_data import TrainingData from rasa.shared.utils import io

and this is my rasa version:

Rasa Version : 3.5.10 Minimum Compatible Version: 3.5.0 Rasa SDK Version : 3.5.1 Python Version : 3.9.1 Operating System : Windows-10-10.0.19041-SP0

Please any help is appreciated.

Hi @aaronlikesrasa,

Rasa combined NLU and CORE from Rasa 3.x version. Rasa components have been updated and renamed to GraphComponent

You can find more here Custom Components.

it still does not work for me. I still get module import errors.

What did you import and what is your error. Please share that