import torchvision报错ImportError: cannot import name 'PILLOW_VERSION' from 'PIL'

错误截图一


本机环境

因为我安装的是cuda10.0,所以只能安装torch1.2版本。出现上述错误。

原因:PILLOW_VERSION 已经在新版中remove

原因

解决方法:降低pillow版本即可(pip install pillow==6.2.1)


你可能感兴趣的:(import torchvision报错ImportError: cannot import name 'PILLOW_VERSION' from 'PIL')