CoinCheung opened a new issue #4361: I think the dependency of topi is break URL: https://github.com/apache/incubator-tvm/issues/4361 After building following the (documentation)[https://docs.tvm.ai/install/from_source.html]. I tried to import topi, and I got the error: ```python import topi ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/root/build/tvm/topi/python/topi/__init__.py", line 26, in <module> from . import nn File "/root/build/tvm/topi/python/topi/nn/__init__.py", line 6, in <module> from .deformable_conv2d import * File "/root/build/tvm/topi/python/topi/nn/deformable_conv2d.py", line 23, in <module> from ..cpp.image import bilinear_sample_nchw ImportError: cannot import name 'bilinear_sample_nchw'
---------------------------------------------------------------- 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
