I'm trying to use Tensorflow for some federated learning purposes, but I can't successfully install it using pip.
pip install tensorflow Error message I get is:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow I'm running a virtual environment with Python3.9.10 and I'm working from an M1 Mac.
I've looked into similar posts (I would like to install tensorflow but this message appears: Could not find a version that satisfies the requirement tensorflow (from versions: none)) where it suggested to check the python version and even trying tf-nightly instead. I've done this with no success.