I got locked out of my Apple account for a month - I can't remember why, but I've only just got back in. Meanwhile, I've managed to get Tensorflow working on a MacPro M1 - NO THANKS TO APPLE.
Details here: https://stackoverflow.com/questions/56604348/how-to-install-tensorflow-2-0-on-mac-or-linux/68634948#68634948
Post
Replies
Boosts
Views
Activity
Thanks, Pummelchen! I'll try that.
See also https://stackoverflow.com/questions/56604348/how-to-install-tensorflow-2-0-on-mac-or-linux.
This covers the efforts of several developers to use several methods to get ML working on a Mac - all have run into dead-ends.
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