leandron opened a new pull request #4632: Pin python pillow to "<7" due to torchvision 1.2.0 dependency issue URL: https://github.com/apache/incubator-tvm/pull/4632 Pin python pillow library to "<7" due to torchvision 1.2.0 dependency issue * As a result of backwards incompatible changes released in pillow 7.0, torchvision crashes if you just "pip install pillow", as we do in a few places. * This patch sets pillow<7 to be installed in Dockerfiles and support material as tutorials and documentation.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
