Question
Issues installing PyTorch 1.4 - "No matching distribution found for torch===1.4.0"
Used the install guide on pytorch.org
on how to install it and the command I'm using is
pip install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html
But it's coming up with this error;
ERROR: Could not find a version that satisfies the requirement torch===1.4.0 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch===1.4.0
Is this even a me-related issue? Can other people use this command?
Pip is installed and works for other modules, Python 3.8, CUDA version 10.1, Windows 10 Home 2004