Cannot install tvmc. No module named tvm.driver.tvmc

I followed the steps on “Install from source” (Install from Source — tvm 0.9.0 documentation) to install tvm, and after the compiling I followed the Python Package Installation guide of both method 1 and method 2, but neither of them is able to let me use tvmc.

I am able to import tvm from python

but when I am trying to use tvmc, it goes wrong

I wonder how to fix this to use tvmc

i have the same problem

0.9 is outdated and we moved to the latest python based api without tvmc. the command line drivers can still be build for specific apps based on the python api

Got it.I would like to ask if the latest version will update the Docs?Because I also encountered some problems when using the documentation of the Python API, I’m not sure if it’s my own issue or a problem with the TVM version.

likely the latest doc is in sync with main

it has been found and use currrently.thanks for your reply!