Julius isn't able to import Keras classifier

I am trying to apply hyperparameter tuning on my model, however, when julius writes the whole code and executes it, it is giving the following error:
" It seems there is a persistent issue with the import path for KerasClassifier. Let’s correct the import path and proceed with setting up the hyperparameter tuning."
I tried verifying if the library Keras exists and Julius verified it giving the version 2.15.0, so what might be the problem in my case?