[Bug] ModuleNotFoundError: No module named 'vta' #17473
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
background
I want to use vta in tvm
I follow the tutorial from official website,set these open
and I build it ,got an error and fix it by this issue
error is below:
and i install this to python3.9,using
**pip install -e . **
bug
then i try to test vta sim:
python <tvm root>/vta/tests/python/integration/test_benchmark_topi_conv2d.py
but got this:
the inclusion of test_benchmark_topi_conv2d is below:
I also try to search program_fpga:find -iname program_fpga,but got nothing。
could you please give me any instruction?
The text was updated successfully, but these errors were encountered: