TommyZihao/MMGeneration_Tutorials

The Mac uses jupyter in vscode to install pytorch and reports an error

Yeahmj opened this issue · 1 comments

# 安装 Pytorch !pip install install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
error message:
ERROR: Could not find a version that satisfies the requirement torch==1.10.1+cu113 (from versions: 0.4.1, 1.0.0, 1.0.1, 1.0.1.post2, 1.1.0, 1.1.0.post2, 1.2.0, 1.3.0, 1.3.0.post2, 1.3.1, 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0) ERROR: No matching distribution found for torch==1.10.1+cu113
My pip is python3.7, pip3 is python3.8