https://developer.apple.com/metal/tensorflow-plugin/ Follow the URL to install tensorflow, but get several errors
- conda install -c apple tensorflow-deps
getting the error is famous "PEP 517". conda install -c apple tensorflow-deps=2.5.0 the error is resolved. but numpy version is 1.21.x
2.python -m pip install tensorflow-macos getting the error is famous "PEP 517" again. https://github.com/tensorflow/tensorflow/blob/a4dfb8d1a71385bd6d122e4f27f86dcebb96712d/tensorflow/tools/pip_package/setup.py#L81 As above URL show, TF2.5 need less numpy 1.19.2
I have seen too many errors in this forum, I'd like to know if Apple team tested the TensorFlow on M1 or not. Additional, the MacOS version require 12+, but the latest macOS is 11+, as I know