Can't install pytorch 0.4.0 on windows 10 using pip3

This command

pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.0-cp36-cp36m-win_amd64.whl 

Just gives:

torch-0.4.0-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

I have python 3.6.5 and pip3 10.0.1 installed.

Any solution?

Thanks in advance

Duplicate of this.