Cannot import name 'EntityExtractor'

ImportError: cannot import name 'EntityExtractor' from 'rasa.nlu.extractors.extractor',

I’m facing this error when i try to run ‘rasa train’ command on Windows.

And this is my installed versions. Thanks in advance for anyone! image

You have Rasa 3.0 but Rasa SDK 3.1

Please either update Rasa or downgrade Rasa SDK.

To update:

pip install --upgrade rasa rasa-sdk

Good point, But still, this doesn’t solve the issue of “EntityExtractor” :smile:.

Hmm then I’d suggest reinstalling Rasa

I am also facing the same issue… can I know how you resolved the issue…