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/07 21:55:55 UTC

[GitHub] [incubator-tvm] were opened a new pull request #4275: imp module is deprecated

were opened a new pull request #4275: imp module is deprecated
URL: https://github.com/apache/incubator-tvm/pull/4275
 
 
   Python deprecated `imp` module, so we can no longer use `imp.load_source` to import a file by a path.
   
   A workaround is to execute the source so that the defined closures are imported in the symbol table (aka. environment).

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