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 2019/11/05 09:54:33 UTC

[GitHub] [incubator-tvm] zhuochenKIDD opened a new pull request #4254: Work around typing.Deque import error for Python 3.5

zhuochenKIDD opened a new pull request #4254: Work around typing.Deque import error for Python 3.5
URL: https://github.com/apache/incubator-tvm/pull/4254
 
 
   Issue is: https://discuss.tvm.ai/t/what-is-minimal-python3-version-requirements/4594
   
   After https://github.com/apache/incubator-tvm/pull/4250 is merged, newest code still not worked in python 3.5. 
   
   Because "from typing import Deque" will cause ImportError,  and it's from https://github.com/apache/incubator-tvm/pull/3863
   
   I fix this and make tvm works in my env(python 3.5.2), however, I am not sure where this fix is appropriate or do we have more elegant way,  would you pls help take a look, thanks
   

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