Autokeras not working on mac

I was able to build and run autokeras code on my windows but ever since I have moved on to mac M1 I am not able to run autokeras code.
It throws the following error while importing autokeras:
AttributeError: ‘Normalization’ object has no attribute ‘_combiner’

Hi @KUSHAGRA_SRIVASTAVA

Which version of Python and TensorFlow are you using?

I am able to successfully import autokeras in Mac M1(macOS Ventura 13.5.1) using Python 3.10 and Tensorflow 2.13 in Conda environment. (Please see the screenshot below)

Please try again and let us know if the issue still persists. Thank you.