I completed till the step of installing tensor flow dependencies which itself posed so many errors, but when I try to run
python -m pip install tensorflow-metal or
python -m pip install tensorflow-macos
I get the following error,
ERROR: Could not find a version that satisfies the requirement tensorflow-metal (from versions: none)
ERROR: No matching distribution found for tensorflow-metal
ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none)
ERROR: No matching distribution found for tensorflow-macos
What am I supposed to do now to install tensor flow directly?