Сначала пробовал pip3 install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html
, взято с веб-сайта PyTorch
, что привело к No matching distribution found for torch===1.4.0
и 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)
Наконец загрузил файл .whl из загрузок страницу и попытался установить локально так 'C:\Users\Raf\AppData\Local\Programs\Python\Python38\Scripts\pip.exe' install torch-1.4.0+cpu-cp37-cp37m-win_amd64.whl
, после чего я получаю torch-1.4.0+cpu-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
, используя 64 Python 3,8, на 64-битной Windows