Pytorch Whl not supported Windows 7

Hello,
I am trying to install Pytorch using the Quick Start Locally menu on the website. I chose the Stable 1.1 version for Windows, selected Pip as my package manager, chose my python version (3.7), and no CUDA. I have already installed numpy and updated my Pip, but when I run the commands in my command line, I get “ERROR: torch-1.1.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform” and “ERROR: torchvision-0.3.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform”. I have already checked to make sure that I am using the correct command for my python version and tried reading other solutions online. Could anyone give me some advice and guidance for fixing this? Thanks!
FYI: I am using windows 7 64 bit with python 3.7.4 installed and pip 19.2.1 without cuda or the Anaconda thing

Just figured it out, I had 64 bit python installed, but I was using a 32 bit version. Thanks anyway!

1 Like