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
Then I tried to pip install https://mirror.sjtu.edu.cn/pytorch-wheels/cu113/torch-1.11.0+cu113-cp310-cp310-linux_x86_64.whl, still got issues like:
! pip install https://mirror.sjtu.edu.cn/pytorch-wheels/cu113/torch-1.11.0+cu113-cp310-cp310-linux_x86_64.whl
Collecting torch==1.11.0+cu113
Downloading https://mirror.sjtu.edu.cn/pytorch-wheels/cu113/torch-1.11.0+cu113-cp310-cp310-linux_x86_64.whl (1637.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 GB 977.0 kB/s eta 0:00:00
Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from torch==1.11.0+cu113) (4.7.1)
Installing collected packages: torch
Attempting uninstall: torch
Found existing installation: torch 2.0.1+cu118
Uninstalling torch-2.0.1+cu118:
Successfully uninstalled torch-2.0.1+cu118
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.
torchaudio 2.0.2+cu118 requires torch==2.0.1, but you have torch 1.11.0+cu113 which is incompatible.
torchdata 0.6.1 requires torch==2.0.1, but you have torch 1.11.0+cu113 which is incompatible.
torchtext 0.15.2 requires torch==2.0.1, but you have torch 1.11.0+cu113 which is incompatible.
torchvision 0.15.2+cu118 requires torch==2.0.1, but you have torch 1.11.0+cu113 which is incompatible.
Successfully installed torch-1.11.0+cu113
It seems like some conflicts within requirements.txt.
The text was updated successfully, but these errors were encountered:
Outputs:
Then I tried to
pip install https://mirror.sjtu.edu.cn/pytorch-wheels/cu113/torch-1.11.0+cu113-cp310-cp310-linux_x86_64.whl
, still got issues like:It seems like some conflicts within requirements.txt.
The text was updated successfully, but these errors were encountered: