How did I fix «Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2»?

d20667581e05e12259d20c9aa9f91b8752af5bd1%5B1%5D

I have downloaded the file: github.com/fo40225/tensorflow-windows-wheel/blob/master/1.13.1/py37/CPU/avx2/tensorflow-1.13.1-cp37-cp37m-win_amd64.whl
Then I ran the command:

pip install --ignore-installed --upgrade tensorflow-1.13.1-cp37-cp37m-win_amd64.whl

It have fixed the issue.

stackoverflow.com/a/54048937