Deployment error

I have integrated rasa trained model with django. while I am starting django server it is giving error like this ModuleNotFoundError: Failed to find module ‘rasa.nlu.featurizers.sparse_featurizer.regex_featurizer’. No module named ‘rasa.nlu.featurizers.sparse_featurizer’

Thanks in advance.