pip3 install --user http://download.pytorch.org/whl/cu90/torch-0.3.1-cp36-cp36m-linux_x86_64.whl
ERROR: torch-0.3.1-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform.
Python 3.6.9
pip 19.2.2
Thanks in advance.
pip3 install --user http://download.pytorch.org/whl/cu90/torch-0.3.1-cp36-cp36m-linux_x86_64.whl
ERROR: torch-0.3.1-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform.
Python 3.6.9
pip 19.2.2
Thanks in advance.
I’m not sure about this particular error, but why are you trying to install PyTorch 0.3.0
, which is quite old by now.
Have a look here for install instructions for the latest stable release (1.2.0
).
Thanks for the response.