You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/01/06 13:56:52 UTC

[GitHub] [incubator-tvm] leandron opened a new pull request #4632: Pin python pillow to "<7" due to torchvision 1.2.0 dependency issue

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #4632: [CI] Pin python pillow to "<7" due to torchvision 1.2.0 dependency issue

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #4632: [CI] Pin python pillow to "<7" due to torchvision 1.2.0 dependency issue
URL: https://github.com/apache/incubator-tvm/pull/4632
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services