installing tensorflow on mac m1 macOs Monterey beta

Dear All,

I recently tried to install TensorFlow on mac m1. I went step by step based on instructions on the web, but when I wanted to install the tensorflow.whl I got an error like as follows. I changed the '.whl' name to fix the error many times, but that didn't help. please let me know which name should I select for the .whl file. my mac os is macOS Monterey beta (12.0)

Hi there,

Where did you get this .whl file from?

I would recommend creating a fresh conda environment and following these steps where conda and pip will install the latest available versions.

I'm having this same issue an tried multiple versions of python and everything.

I ended up downloading the Python version 3.9.4 universal 64-bit release from the python Downloads page, as 3.10 doesn't seem to have tensorflow, and 3.8.9 released with Monterey 12 doesn't seem to have it either. From there I was able to install tensorflow-macos and tensorflow-metal via pip.

installing tensorflow on mac m1 macOs Monterey beta
 
 
Q