I am trying to install tensorflow on my Mac M1 and I am getting the following error:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow
I have python3- 3.9.7, pip- 21.3.1
I was encountering the same problem, it's really a really simple solution. You must:
Go to terminal and type bash /Path/to/file.sh
Run