yurivict opened a new issue #4412: Python binding: No module named 'topi' URL: https://github.com/apache/incubator-tvm/issues/4412 This script ``` import tvm import tvm.relay as relay ``` fails: ``` File "test-onnx.py", line 4, in <module> import tvm.relay as relay File "/usr/local/lib/python3.6/site-packages/tvm/relay/__init__.py", line 27, in <module> from . import expr_functor File "/usr/local/lib/python3.6/site-packages/tvm/relay/expr_functor.py", line 24, in <module> from .op import Op File "/usr/local/lib/python3.6/site-packages/tvm/relay/op/__init__.py", line 20, in <module> from .op import get, register, register_schedule, register_compute, register_gradient, \ File "/usr/local/lib/python3.6/site-packages/tvm/relay/op/op.py", line 19, in <module> import topi ModuleNotFoundError: No module named 'topi' ``` because the ```topi``` submodule isn't installed.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
