【发布时间】:2023-01-20 11:13:19
【问题描述】:
我尝试使用pip install torch 下载手电筒
我遇到了这个问题:
C:\Users\Ahmad Sadek>pip install torch
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
【问题讨论】:
-
请试试
pip install -vvv torch看看它说了什么。
标签: python python-3.x pytorch torch