当前位置: 代码迷 >> 综合 >> ERROR: No matching distribution found for torch==1.4.0 (from torchvision)
  详细解决方案

ERROR: No matching distribution found for torch==1.4.0 (from torchvision)

热度:72   发布时间:2024-02-28 10:08:50.0

第一步:

pip install torch==1.3.1 -f https://download.pytorch.org/whl/torch_stable.html
第二步:

pip install torchvision==0.4.1

  相关解决方案