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 2022/01/03 22:34:00 UTC

[GitHub] [tvm] driazati edited a comment on issue #9703: [Bug][CI] Python 3.6 used in TVM CI is reaching EOL

driazati edited a comment on issue #9703:
URL: https://github.com/apache/tvm/issues/9703#issuecomment-1004403307


   1.
      1. What's the advantage of `deadsnakes` vs the default system repos for `python3.8` or a more complete Python packager like [miniconda](https://docs.conda.io/en/latest/miniconda.html)?
      2. I would suggest we stick to the lowest supported version of Python available, even if that means we have to upgrade more often. If we go to Python 3.8 it would be pretty easy for someone to accidentally break 3.7 support (e.g. using a `:=` operator) without anyone noticing until a user reports an error
   2. What else needs to be done other than update the docker images + fix any issues that come up with new dependency versions pip might pick up?
   3. tlcpack in general looks pretty anemic, maybe now would be a good time to increase support for more python/system versions (e.g. conda only has 3.6-3.8, no pip wheels are available for Linux), though I don't have any of the historic context on these things 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org