Hi All,
I am trying to use ffi-navigator extension on VsCode, and I am new to both.
I have so far failed to set the path to tvm python package in VSCode(Getting “ModuleNotFoundError: No module named tvm”) error. I am wondering if someone could share their experience how to get rid of this error in TVM?
I created a simple example as follows in VsCode.
import numpy as np import tvm
if name == “main”: print(“Hello”)