sky-fun opened a new issue #9679: URL: https://github.com/apache/tvm/issues/9679
### Expected behavior use `python -m tvm.driver.tvmc --help` and get help information ### Actual behavior get `AttributeError: module 'tvm' has no attribute 'micro'` from `import tvm.micro.project as project` in python/tvm/driver/tvmc/runner.py ### Environment ubuntu18.04 python3.6.5 commit:c945b24c3693c8859b07d1af682f986e21a6d6bc ### Steps to reproduce follow the https://tvm.apache.org/docs/install/from_source.html install step and use Method 1 in https://tvm.apache.org/docs/install/from_source.html#python-package-installation it seems that i got `AttributeError` instead of `ImportError` so the code cannot except it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
