TesnorFlow Failed to install using Terminal

I am using MacBook Pro M2

I followed this link to install Tesnorflow so I can use it with Python.

https://developer.apple.com/metal/tensorflow-plugin/

but below command return error that packages are not available conda install -c apple tensorflow-deps

also python -m pip install tensorflow-macos

return ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none) ERROR: No matching distribution found for tensorflow-macos

see the first bullet of the Troubleshooting section

@TeslaXD can you try following instructions?

python3 -m venv ~/venv-metal
source ~/venv-metal/bin/activate
python -m pip install -U pip


python -m pip install tensorflow-macos
python -m pip install tensorflow-metal
TesnorFlow Failed to install using Terminal
 
 
Q