this is the message i got as i tried to install tensorflow on my mac M1ship ERROR: tensorflow_addons_macos-0.1a2-cp38-cp38-macosx_11_0_arm64.whl is not a supported wheel on this platform. i have followed all the instruction as presented on the website can somebody help please.?
error in tensorflow installment: not a supported wheel on this platform
I had the same issue, pip install tensorflow-macos
worked upgrading pip pip install --upgrade pip
. More info