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 2021/12/08 09:09:05 UTC

[GitHub] [tvm] sky-fun opened a new issue #9679: [Bug]

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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] leandron commented on issue #9679: [Bug] AttributeError: module 'tvm' has no attribute 'micro' when running `python -m tvm.driver.tvmc --help`

Posted by GitBox <gi...@apache.org>.
leandron commented on issue #9679:
URL: https://github.com/apache/tvm/issues/9679#issuecomment-988764342


   There was an issue recently fixed by @gromero that addresses something similar to what you're seeing.
   
   In the meantime, would you want to workaround this by setting `USE_MICRO ON` on your config.cmake?


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



[GitHub] [tvm] sky-fun closed issue #9679: [Bug] AttributeError: module 'tvm' has no attribute 'micro' when running `python -m tvm.driver.tvmc --help`

Posted by GitBox <gi...@apache.org>.
sky-fun closed issue #9679:
URL: https://github.com/apache/tvm/issues/9679


   


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



[GitHub] [tvm] sky-fun commented on issue #9679: [Bug] AttributeError: module 'tvm' has no attribute 'micro' when running `python -m tvm.driver.tvmc --help`

Posted by GitBox <gi...@apache.org>.
sky-fun commented on issue #9679:
URL: https://github.com/apache/tvm/issues/9679#issuecomment-991423632


   @mehrdadh i test the latest code, and the issue was fixed.
   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.

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

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



[GitHub] [tvm] sky-fun commented on issue #9679: [Bug] AttributeError: module 'tvm' has no attribute 'micro' when running `python -m tvm.driver.tvmc --help`

Posted by GitBox <gi...@apache.org>.
sky-fun commented on issue #9679:
URL: https://github.com/apache/tvm/issues/9679#issuecomment-991423632


   @mehrdadh i test the latest code, and the issue was fixed.
   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.

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

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



[GitHub] [tvm] sky-fun closed issue #9679: [Bug] AttributeError: module 'tvm' has no attribute 'micro' when running `python -m tvm.driver.tvmc --help`

Posted by GitBox <gi...@apache.org>.
sky-fun closed issue #9679:
URL: https://github.com/apache/tvm/issues/9679


   


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



[GitHub] [tvm] mehrdadh commented on issue #9679: [Bug] AttributeError: module 'tvm' has no attribute 'micro' when running `python -m tvm.driver.tvmc --help`

Posted by GitBox <gi...@apache.org>.
mehrdadh commented on issue #9679:
URL: https://github.com/apache/tvm/issues/9679#issuecomment-989963318


   @sky-fun PR is merged. Please verify that this PR fixed your issue and then we can close this.


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