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: [email protected] With regards, Apache Git Services
