Following the instructions at
https://developer.apple.com/metal/tensorflow-plugin/
I got as far as
python -m pip install tensorflow-macos
and it responded "ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none) ERROR: No matching distribution found for tensorflow-macos"
I'd be grateful for any suggestions
Thanks for your answer, but my Python is 3.8.5. Calling 'python3' causes the same error.
python3 -m pip install tensorflow-macos
ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none)
ERROR: No matching distribution found for tensorflow-macos
python3 --version
Python 3.8.5