I had the same issue as you, also using tensorflow-macos 2.10.0 and tensorflow-metal 0.6.0
Installing the previous versions 2.9.2 and 0.5.1 worked though:
conda create --name myenv python
conda activate myenv
conda install -c apple tensorflow-deps
python -m pip install tensorflow-macos==2.9.2
python -m pip install tensorflow-metal==0.5.1
https://pypi.org/project/tensorflow-macos/2.9.2/
https://pypi.org/project/tensorflow-metal/0.5.1/
Topic:
App & System Services
SubTopic:
Core OS
Tags: