我无法导入 torchvision

I can't import torchvision

我安装了 torchvision0.12.0,python3.8,我的 OS 是 Windows。 我成功导入了 torch,但是我无法导入 torchvision 并出现此错误。

导入错误

导入 _imaging 时 DLL 加载失败: 文件“C:\Users'MyName'\Documents\GitHub\pytorch-cifar\main.py”,第 8 行,位于 导入 torchvision

有没有人可以解决这个问题?

这可能是因为torch版本不兼容,torchvision.You可以通过以下link获得你想要的信息:

the corresponding torchvision versions and supported Python versions