Running Sonoma 14.5, M3 chip (brand new shiny laptop), python version 3.12.4. I've tried the above, and got tensorflow-deps and tensorflow-macos to install (with the export SYSTEM_VERSION_COMPAT=0). However, the tensorflow-metal gives me
conda create -n mymetalenv python=3.9
conda activate mymetalenv
conda install -c apple tensorflow-deps [this fails with no valid version of python if I try 3.11]
python -m pip install tensorflow-macos [I get requirements all satisfied for this]
python -m pip install tensorflow-metal [gives me the error below]
ERROR: Could not find a version that satisfies the requirement tensorflow-metal (from versions: none)
ERROR: No matching distribution found for tensorflow-metal
help?