Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torchmeta downgrades the Torch and the Torchvision versions #161

Open
MounirB opened this issue Apr 27, 2022 · 1 comment
Open

Torchmeta downgrades the Torch and the Torchvision versions #161

MounirB opened this issue Apr 27, 2022 · 1 comment

Comments

@MounirB
Copy link

MounirB commented Apr 27, 2022

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 MounirB changed the title Torchmeta downgrades the Torch version Torchmeta downgrades the Torch and the Torchvision versions Apr 27, 2022
@arcb01
Copy link

arcb01 commented Jul 4, 2022

Is there any way to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants