coremltools.converters.keras' has no attribute 'convert' facing this issue

I am trying to convert one of our existing model to coreml via coremltool but got strange issue


"coremltools.converters.keras' has no attribute 'convert'"


I am able to convert caffe and all other models but not working with keras models. Please help me if any one out there.

tried uninstalling the coremltool via pip and installed again but facing the same issue.