pytorch-meta icon indicating copy to clipboard operation
pytorch-meta copied to clipboard

Torchmeta downgrades the Torch and the Torchvision versions

Open MounirB opened this issue 2 years ago • 1 comments

Within a conda environment, I installed a conda environment containing these pytorch libraries: conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch However, when I pip install torchmeta, it seems that it downgrades torch from 1.11.0 to 1.9.1 and torchvision from 0.12.0 to 0.10.1. Where I can get a Torchmeta version that is compatible with torch 1.11 and torchvision 0.12.0 ?

  Using cached torch-1.9.1-cp39-cp39-manylinux1_x86_64.whl (831.4 MB)
Collecting torchvision<0.11.0,>=0.5.0
  Using cached torchvision-0.10.1-cp39-cp39-manylinux1_x86_64.whl (22.1 MB)

  Attempting uninstall: torch
    Found existing installation: torch 1.11.0
    Uninstalling torch-1.11.0:
      Successfully uninstalled torch-1.11.0
  Attempting uninstall: torchvision
    Found existing installation: torchvision 0.12.0
    Uninstalling torchvision-0.12.0:
      Successfully uninstalled torchvision-0.12.0```

MounirB avatar Apr 27 '22 13:04 MounirB

Is there any way to solve this issue?

arcb01 avatar Jul 04 '22 17:07 arcb01