How to install torch in Pycharm with virtual environment python 3.5 64bit

HI, for some reasons I shifted from Conda to virtual env Python. Installed Torch-vision successfully with pip but torch is making trouble. I m installing the package “torch” in pychram and it says error. I tried following method
Method 1
Added with + sign ,searched torch


method 2 tried with terminal the landing page command of pytorch.org

(venv) C:\Users\join2\PycharmProjects\new3amd64>pip --no-cache-dir install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp36-
cp36m-win_amd64.whl
torch-1.0.0-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

Note: Please dont suggest me to use conda enviroment ,I want to use simple python .