For me it was solved when ensuring that the dependencies and tensor flow itself are the same version! Right now that's actually 2.9.0 (tensorflow 2.10.0 is being installed even though no 2.10. version of the dependencies exists.
Delete miniconda
Follow these steps almost fully: https://developer.apple.com/metal/tensorflow-plugin/
However, ensure that you type:
conda install -c apple tensorflow-deps=2.9.0
python -m pip install tensorflow-macos==2.9.0
Hope this helps someone...