我正在尝试安装torchvision,并且正在使用轮文件来执行此操作,因为每次运行时pip install torchvision
都会出现以下错误:
ModuleNotFoundError: No module named 'tools.nnwrap'
我下载了以下文件:
torchvision-0.3.0-cp37-cp37m-win_amd64.whl
尝试安装此文件时出现以下错误:
ERROR: torchvision-0.3.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
stackoverflow 上的答案之一指出将文件重命名为 win32.whl,所以我也这样做了:
torchvision-0.3.0-cp37-cp37m-win32.whl
在此文件上运行安装时,我收到以下错误:
ERROR: Could not find a version that satisfies the requirement torch>=1.1.0 (from torchvision==0.3.0) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch>=1.1.0 (from torchvision==0.3.0)