Cannot install TensorFlow - Mac OS

pip install tensorflow returns the following:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)

ERROR: No matching distribution found for tensorflow

Python 3.12.1
pip 23.3.2

Mac: M1
OS: 14.2.1

Hi @Doonman, As far as i know M1 comes with arm architecture, could you please try by using pip install tensorflow-aarch64. Thank You.