Mac Book Pro M2 max and installing tensorflow

HI, I’m trying to install TensorFlow on a MacBook Pro with M2 Max. I’m using pyCharm to learn how to build Neural Networks. After installing TensorFlow I receive the following error: “process finished with exit code 132 (interrupted by signal 4: SIGILL)”

Python version 3.8.2

Successfully installed h5py-3.6.0 numpy-1.22.4

pip show tensorflow
Name: tensorflow
Version: 2.13.1

I have gone thru and created a conda environment with python=3.8

Still no luck installing

ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none)
ERROR: No matching distribution found for tensorflow-macos

any support would be appreciated

HI, I resolved this by using Conda. I just did not have my python interpreter setup the right way.