You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
I get issues when I want to upgrade :( when can we upgrade torchemeta? :D :)
The text was updated successfully, but these errors were encountered: