Import Torchvision libraries cause error
Despite Torchvision librairy is correctly installed (conda list show the package as 0.2.1 version), the import (ie "import torchvision.transforms as transforms") cause an error ("cannot import name 'PILLOW_VERSION'"). Tried to install a newer version of Torchvision (0.4.2) but cause another error.
1
vote

-
davidllorentec commented
I have the same problem