Traceback (most recent call last):
File "tutorials/get_started.py", line 13, in <module>
import tvm
File "/home/wangyushun/tvm/python/tvm/__init__.py", line 18, in <module>
from . import target
File "/home/wangyushun/tvm/python/tvm/target.py", line 54, in <module>
raise err_msg
ImportError: cannot import name decorate
That sounds like the wrong version of python is being invoked without sudo for some reason. You should not need root privileges to run the tutorial script.