tristandeleu / pytorch-meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
https://tristandeleu.github.io/pytorch-meta/
MIT License
1.98k stars 256 forks source link

compatability with next pytorch 1.12.1? #162

Open brando90 opened 2 years ago

brando90 commented 2 years ago

I get issues when I want to upgrade :( when can we upgrade torchemeta? :D :)

brando90 commented 2 years ago
(meta_learning) ❯ pip install --upgrade torch     
Requirement already satisfied: torch in /Users/brandomiranda/opt/anaconda3/envs/meta_learning/lib/python3.9/site-packages (1.9.1)
Collecting torch
  Using cached torch-1.12.1-cp39-none-macosx_10_9_x86_64.whl (133.8 MB)
Requirement already satisfied: typing-extensions in /Users/brandomiranda/opt/anaconda3/envs/meta_learning/lib/python3.9/site-packages (from torch) (4.3.0)
Installing collected packages: torch
  Attempting uninstall: torch
    Found existing installation: torch 1.9.1
    Uninstalling torch-1.9.1:
      Successfully uninstalled torch-1.9.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchvision 0.10.1 requires torch==1.9.1, but you have torch 1.12.1 which is incompatible.
torchtext 0.10.1 requires torch==1.9.1, but you have torch 1.12.1 which is incompatible.
torchmeta 1.8.0 requires torch<1.10.0,>=1.4.0, but you have torch 1.12.1 which is incompatible.
xefonon commented 1 year ago

any news on this front?

brando90 commented 1 year ago

@tristandeleu