I'm trying to install TensorFlow using pip pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow_cpu-2.2.0-cp38-cp38-win_amd64.whl
However, I got this error message ERROR: tensorflow_cpu-2.2.0-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
Is it because my CPU is intel? Since the link put amd64
I have looked at TensorFlow not found using pip and followed the steps but I still can't download it.