Another pip install problem

hay,
struggling to install pytorch using any of the methods I have found so far. I am wondering if this is because my CUDA is not supported yet? what is my best route to getting this going?

PS C:\> nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2020 NVIDIA Corporation Built on Wed_May__6_19:10:02_Pacific_Daylight_Time_2020 Cuda compilation tools, release 11.0, V11.0.167 Build cuda_11.0_bu.relgpu_drvr445TC445_37.28358933_0
PS C:\> pip install torch===1.5.1 torchvision===0.6.1 -f https://download.pytorch.org/whl/torch_stable.html Looking in links: https://download.pytorch.org/whl/torch_stable.html ERROR: Could not find a version that satisfies the requirement torch===1.5.1 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch===1.5.1

that said, i feel “no matching distribution” dosn’t feel right to me?

Hi,

I would expect this to be because you are using a 32-bit version of python and we only provide binaries for 64-bit python?

1 Like