pip快速安装pillow、torchvision,解决Python模块问题:ImportError: cannot import name ‘PILLOW_VERSION‘ from ‘PIL‘
(1)在jupyternotebook中使用命令行安装Pillow模块;pipinstallPillow(2)安装torchvison模块;pipinstalltorchvision(3)在python环境中导入torchvision的时候,出现了以下错误:ImportError:cannotimportname'PILLOW_VERSION'from'PIL'报错解释:torchvision模块