Describe the bug
I am trying to follow the youtube video of Mr. Heaton to install Tensorflow in my M1 MacBook pro(late 2020, MacOS Monterey ). However, I cannot install all the dependecies properly using conda env create -f tensorflow-apple-metal.yml -n tensorflow. There is an error message
Describe the bug I am trying to follow the youtube video of Mr. Heaton to install Tensorflow in my M1 MacBook pro(late 2020, MacOS Monterey ). However, I cannot install all the dependecies properly using
conda env create -f tensorflow-apple-metal.yml -n tensorflow
. There is an error messageMay I ask how to solve this issue?
Expected behavior Install the Tensorflow and its dependencies successfully.